Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
# [2.0.0](v1.12.15...v2.0.0) (2024-05-27)

* feat!: update node.js versions (#608) ([d94e449](d94e449)), closes [#608](#608)

### BREAKING CHANGES

* This updates the minimum supported node.js version to 18

[skip ci]
  • Loading branch information
semantic-release-bot committed May 27, 2024
1 parent d94e449 commit 24857ed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bandersnatch",
"version": "1.12.15",
"version": "2.0.0",
"description": "Simple TypeScript CLI / REPL framework",
"keywords": [
"cli",
Expand Down

0 comments on commit 24857ed

Please sign in to comment.