From f3e51dfd0b6a8b3fcd803ecd45bc6343f833b16d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 5 Dec 2021 05:48:21 +0000 Subject: [PATCH] chore(release): set `package.json` to 1.1.5 [skip ci] ## [1.1.5](https://github.com/STPace/ts-lib-template/compare/v1.1.4...v1.1.5) (2021-12-05) ### Bug Fixes * ignore test files ([533fd3b](https://github.com/STPace/ts-lib-template/commit/533fd3b3bc8e0b81d3b000346b2f6f23d785cbec)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f0eec1..1bfb5b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.5](https://github.com/STPace/ts-lib-template/compare/v1.1.4...v1.1.5) (2021-12-05) + + +### Bug Fixes + +* ignore test files ([533fd3b](https://github.com/STPace/ts-lib-template/commit/533fd3b3bc8e0b81d3b000346b2f6f23d785cbec)) + ## [1.1.4](https://github.com/STPace/ts-lib-template/compare/v1.1.3...v1.1.4) (2021-12-05) diff --git a/package.json b/package.json index eb6be55..6c903ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@heliapan/ts-lib-template", - "version": "1.1.4", + "version": "1.1.5", "description": "My awesome library", "main": "./dist/index.js", "module": "./dist/index.mjs",