Skip to content

Commit 2b5568f

Browse files
committed
chore(release): 4.3.0 [skip ci]
# [4.3.0](v4.2.5...v4.3.0) (2023-12-14) ### Bug Fixes * **typescript:** correctly dump typescript files when collections name are complexe ([#653](#653)) ([269fc41](269fc41)) ### Features * **onboarding:** users can now generate project on mongodb serverless instances ([#654](#654)) ([d421a09](d421a09))
1 parent d421a09 commit 2b5568f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.3.0](https://github.com/ForestAdmin/toolbelt/compare/v4.2.5...v4.3.0) (2023-12-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **typescript:** correctly dump typescript files when collections name are complexe ([#653](https://github.com/ForestAdmin/toolbelt/issues/653)) ([269fc41](https://github.com/ForestAdmin/toolbelt/commit/269fc411985e754be7c9f9528de8c508c4567b39))
7+
8+
9+
### Features
10+
11+
* **onboarding:** users can now generate project on mongodb serverless instances ([#654](https://github.com/ForestAdmin/toolbelt/issues/654)) ([d421a09](https://github.com/ForestAdmin/toolbelt/commit/d421a09df3ce9524e3491e6604dade2bc628296d))
12+
113
## [4.2.5](https://github.com/ForestAdmin/toolbelt/compare/v4.2.4...v4.2.5) (2023-12-07)
214

315

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.2.5",
4+
"version": "4.3.0",
55
"author": "Sandro Munda",
66
"contributors": [
77
"Arnaud Valensi <arnaud.valensi@gmail.com>",

0 commit comments

Comments
 (0)