diff --git a/CHANGELOG.md b/CHANGELOG.md index b136a6d..eaf36a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/spa5k/esbuild-typescript-library-template/compare/v1.6.0...v1.7.0) (2021-11-14) + + +### Features + +* **deps:** ⬆️ update @commitlint/cli to 14.1.0 (and 14 others) ([4577df5](https://github.com/spa5k/esbuild-typescript-library-template/commit/4577df56d0eff352040ebcb5345ed069dc498c11)) + # [1.6.0](https://github.com/spa5k/esbuild-typescript-library-template/compare/v1.5.0...v1.6.0) (2021-10-26) diff --git a/package.json b/package.json index dc332d9..ada5a75 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "esbuild-typescript-library-template", "description": "Typescript Esbuild Library Template", - "version": "1.6.0", + "version": "1.7.0", "author": "spa5k ", "bugs": { "url": "https://github.com/spa5k/esbuild-typescript-library-template/issues"