Skip to content

Commit ab4fcf3

Browse files
chore(release): Release 4.0.0
# [4.0.0](v3.0.7...v4.0.0) (2026-01-26) ### Bug Fixes * Add import-parse-statement ([7f19568](7f19568)) ### BREAKING CHANGES * Current --global-sdk option is removed!You can control the import manually.
1 parent 7f19568 commit ab4fcf3

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.0.0](https://github.com/open-inc/node-parse-server-schema/compare/v3.0.7...v4.0.0) (2026-01-26)
2+
3+
4+
### Bug Fixes
5+
6+
* Add import-parse-statement ([7f19568](https://github.com/open-inc/node-parse-server-schema/commit/7f195688f4067cac7227344276730b0caf7d363a))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Current --global-sdk option is removed!You can control the import manually.
12+
113
## [3.0.7](https://github.com/open-inc/node-parse-server-schema/compare/v3.0.6...v3.0.7) (2025-12-29)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openinc/parse-server-schema",
3-
"version": "3.0.7",
3+
"version": "4.0.0",
44
"description": "Parse Server Schema Manager - Provides functionality to manage Parse Server schemas like converting to typescript interfaces, exporting and importing schemas.",
55
"packageManager": "pnpm@10.16.1",
66
"type": "module",

0 commit comments

Comments
 (0)