Skip to content

Commit

Permalink
chore(release): set package.json to 1.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.5](v1.1.4...v1.1.5) (2021-12-05)

### Bug Fixes

* ignore test files ([533fd3b](533fd3b))
  • Loading branch information
semantic-release-bot committed Dec 5, 2021
1 parent 633ef1d commit f3e51df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f3e51df

Please sign in to comment.