diff --git a/CHANGELOG.md b/CHANGELOG.md index b89e32c..de6cffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.4.0](https://github.com/Unbuttun/esbuild-typescript-library-template/compare/v1.3.0...v1.4.0) (2021-10-04) + + +### Features + +* **deps:** ⬆️ upgrading dependencies to latest version ([61750b6](https://github.com/Unbuttun/esbuild-typescript-library-template/commit/61750b6281d367ad7a76dafc7fbec0c9a4005fd4)) +* **husky:** ✨ add pinst, update husky to ^7.0.0 ([e282485](https://github.com/Unbuttun/esbuild-typescript-library-template/commit/e2824854ca48724bf0ec1e842028a9bec0808c60)) + # [1.3.0](https://github.com/Unbuttun/esbuild-typescript-library-template/compare/v1.2.0...v1.3.0) (2021-09-01) diff --git a/package.json b/package.json index 715bbd4..661e90c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "esbuild-typescript-library-template", "description": "Typescript Esbuild Library Template", - "version": "1.3.0", + "version": "1.4.0", "author": "Unbuttun ", "bugs": { "url": "https://github.com/Unbuttun/esbuild-typescript-library-template/issues"