Skip to content

Commit a4fc326

Browse files
committed
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.4.3...v4.0.0) (2023-06-19) ### Bug Fixes * **project-create:** do not crash when SQL databases use self-signed certificates ([#591](#591)) ([36e8674](36e8674)) ### Features * **agent-nodejs:** toolbelt can now connect to SSL database via connection URI ([#604](#604)) ([58b0856](58b0856)) * **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
1 parent 58b0856 commit a4fc326

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [4.0.0](https://github.com/ForestAdmin/toolbelt/compare/v3.4.3...v4.0.0) (2023-06-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **project-create:** do not crash when SQL databases use self-signed certificates ([#591](https://github.com/ForestAdmin/toolbelt/issues/591)) ([36e8674](https://github.com/ForestAdmin/toolbelt/commit/36e867437ec04da9e0af566a8ff770e1f51256fa))
7+
8+
9+
### Features
10+
11+
* **agent-nodejs:** toolbelt can now connect to SSL database via connection URI ([#604](https://github.com/ForestAdmin/toolbelt/issues/604)) ([58b0856](https://github.com/ForestAdmin/toolbelt/commit/58b08565486a680c0360073eab8fca7699db581f))
12+
* **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))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **node:** users will have to upgrade to Node.js version 14+ to ensure a full compatibility
18+
119
# [4.0.0-beta.3](https://github.com/ForestAdmin/toolbelt/compare/v4.0.0-beta.2...v4.0.0-beta.3) (2023-06-14)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "forest-cli",
33
"description": "The Lumberjacks' toolbelt is the Forest CLI which makes easy to manage your back office application directly from the terminal.",
4-
"version": "4.0.0-beta.3",
4+
"version": "4.0.0",
55
"author": "Sandro Munda",
66
"contributors": [
77
"Arnaud Valensi <arnaud.valensi@gmail.com>",

0 commit comments

Comments
 (0)