Skip to content

Commit ce093a5

Browse files
chore(release): Release 3.0.0
# [3.0.0](v2.0.4...v3.0.0) (2025-09-18) ### Features * Add config singleton ([a09cf5f](a09cf5f)) * Use handlebars to create files and enhance cli options ([c785207](c785207)) ### BREAKING CHANGES * The new functionality are probably not backwards compatible!
1 parent c785207 commit ce093a5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [3.0.0](https://github.com/open-inc/node-parse-server-schema/compare/v2.0.4...v3.0.0) (2025-09-18)
2+
3+
4+
### Features
5+
6+
* Add config singleton ([a09cf5f](https://github.com/open-inc/node-parse-server-schema/commit/a09cf5f33354119c90ee34b0bd81550935d6685d))
7+
* Use handlebars to create files and enhance cli options ([c785207](https://github.com/open-inc/node-parse-server-schema/commit/c785207d33f1239317e48b448f0fe491207bfd42))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* The new functionality are probably not backwards compatible!
13+
114
## [2.0.4](https://github.com/open-inc/node-parse-server-schema/compare/v2.0.3...v2.0.4) (2025-09-08)
215

316

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": "2.0.4",
3+
"version": "3.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)