Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.0...v1.8.0) (2022-03-31)

### Features

* **deps:** ➖ removing prettier ([13bbe88](13bbe88))
* **main:** ✨ replaced jest with vitest, upgraded the deps ([c56b71f](c56b71f))
  • Loading branch information
semantic-release-bot committed Mar 31, 2022
1 parent 13bbe88 commit b0016ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.8.0](https://github.com/spa5k/esbuild-typescript-library-template/compare/v1.7.0...v1.8.0) (2022-03-31)


### Features

* **deps:** ➖ removing prettier ([13bbe88](https://github.com/spa5k/esbuild-typescript-library-template/commit/13bbe881fee2113b9019e3c4211fcb8a42920e58))
* **main:** ✨ replaced jest with vitest, upgraded the deps ([c56b71f](https://github.com/spa5k/esbuild-typescript-library-template/commit/c56b71f49a585fef2c9181d0920d551af916445c))

# [1.7.0](https://github.com/spa5k/esbuild-typescript-library-template/compare/v1.6.0...v1.7.0) (2021-11-14)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esbuild-typescript-library-template",
"description": "Typescript Esbuild Library Template",
"version": "1.7.0",
"version": "1.8.0",
"author": "spa5k <[email protected]>",
"bugs": {
"url": "https://github.com/spa5k/esbuild-typescript-library-template/issues"
Expand Down

0 comments on commit b0016ff

Please sign in to comment.