Skip to content

Commit

Permalink
chore(release): 4.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-beta.1](v3.4.2...v4.0.0-beta.1) (2023-05-31)

### Features

* **node:** end the support of Node.js versions 10, 11, 12, 13 ([#592](#592)) ([9c17132](9c17132))

### BREAKING CHANGES

* **node:** users will have to upgrade to Node.js version 14+ to ensure a full compatibility
  • Loading branch information
forest-bot committed May 31, 2023
1 parent 9c17132 commit 98e527d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.0.0-beta.1](https://github.com/ForestAdmin/toolbelt/compare/v3.4.2...v4.0.0-beta.1) (2023-05-31)


### Features

* **node:** end the support of Node.js versions 10, 11, 12, 13 ([#592](https://github.com/ForestAdmin/toolbelt/issues/592)) ([9c17132](https://github.com/ForestAdmin/toolbelt/commit/9c171329cb038f98448249b780e97da4859b7a0d))


### BREAKING CHANGES

* **node:** users will have to upgrade to Node.js version 14+ to ensure a full compatibility

## [3.4.2](https://github.com/ForestAdmin/toolbelt/compare/v3.4.1...v3.4.2) (2023-05-30)

## [3.4.1](https://github.com/ForestAdmin/toolbelt/compare/v3.4.0...v3.4.1) (2023-05-29)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "forest-cli",
"description": "The Lumberjacks' toolbelt is the Forest CLI which makes easy to manage your back office application directly from the terminal.",
"version": "3.4.2",
"version": "4.0.0-beta.1",
"author": "Sandro Munda",
"contributors": [
"Arnaud Valensi <[email protected]>",
Expand Down

0 comments on commit 98e527d

Please sign in to comment.