From 24857ed242f765fbe6bc6465d66d4eb090de1ad1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 27 May 2024 20:15:17 +0000 Subject: [PATCH] chore(release): 2.0.0 # [2.0.0](https://github.com/hongaar/bandersnatch/compare/v1.12.15...v2.0.0) (2024-05-27) * feat!: update node.js versions (#608) ([d94e449](https://github.com/hongaar/bandersnatch/commit/d94e449006296ebd7eade66a99edf20882bbb8c1)), closes [#608](https://github.com/hongaar/bandersnatch/issues/608) ### BREAKING CHANGES * This updates the minimum supported node.js version to 18 [skip ci] --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7efb8e3c..5fc73ce6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [2.0.0](https://github.com/hongaar/bandersnatch/compare/v1.12.15...v2.0.0) (2024-05-27) + + +* feat!: update node.js versions (#608) ([d94e449](https://github.com/hongaar/bandersnatch/commit/d94e449006296ebd7eade66a99edf20882bbb8c1)), closes [#608](https://github.com/hongaar/bandersnatch/issues/608) + + +### BREAKING CHANGES + +* This updates the minimum supported node.js version to 18 + ## [1.12.15](https://github.com/hongaar/bandersnatch/compare/v1.12.14...v1.12.15) (2024-04-10) ### Bug Fixes diff --git a/package.json b/package.json index f495b87e..e470f9b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bandersnatch", - "version": "1.12.15", + "version": "2.0.0", "description": "Simple TypeScript CLI / REPL framework", "keywords": [ "cli",