-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 4.0.0-beta.1 [skip ci]
# [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
1 parent
9c17132
commit 98e527d
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>", | ||
|