From da84089655d84f2839a7c6f7a74c3f6c6fb24bec Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 8 May 2022 18:15:46 +0000 Subject: [PATCH] chore(release): 1.9.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.9.0](https://github.com/spa5k/esbuild-typescript-library-template/compare/v1.8.0...v1.9.0) (2022-05-08) ### Features * **deps:** ⬆️ update @types/node to 17.0.31 (and 3 others) ([642d9f0](https://github.com/spa5k/esbuild-typescript-library-template/commit/642d9f0c7bc7138ae157e527483636a99cfa13cd)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21a4d25..05cdc49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.9.0](https://github.com/spa5k/esbuild-typescript-library-template/compare/v1.8.0...v1.9.0) (2022-05-08) + + +### Features + +* **deps:** ⬆️ update @types/node to 17.0.31 (and 3 others) ([642d9f0](https://github.com/spa5k/esbuild-typescript-library-template/commit/642d9f0c7bc7138ae157e527483636a99cfa13cd)) + # [1.8.0](https://github.com/spa5k/esbuild-typescript-library-template/compare/v1.7.0...v1.8.0) (2022-03-31) ### Features diff --git a/package.json b/package.json index 9f59cf3..6443ce2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "esbuild-typescript-library-template", "description": "Typescript Esbuild Library Template", - "version": "1.8.0", + "version": "1.9.0", "author": "spa5k ", "bugs": { "url": "https://github.com/spa5k/esbuild-typescript-library-template/issues"