Skip to content

Commit 22c1abb

Browse files
chore(release): Release 2.0.0
# [2.0.0](v1.7.12...v2.0.0) (2025-09-04) ### Bug Fixes * Provide example config file ([113bf5e](113bf5e)) ### Features * Refactor structure and move to esm ([8552b6d](8552b6d)) ### BREAKING CHANGES * This is the next version. Old configuration will work probably. The basic restructuring argued for a major version.
1 parent 8552b6d commit 22c1abb

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# [2.0.0](https://github.com/open-inc/node-parse-server-schema/compare/v1.7.12...v2.0.0) (2025-09-04)
2+
3+
4+
### Bug Fixes
5+
6+
* Provide example config file ([113bf5e](https://github.com/open-inc/node-parse-server-schema/commit/113bf5e6709b7fc40cd58e4346d56b7ac2e9077d))
7+
8+
9+
### Features
10+
11+
* Refactor structure and move to esm ([8552b6d](https://github.com/open-inc/node-parse-server-schema/commit/8552b6d8e4057ce87564571611b2b85217692cee))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* This is the next version. Old configuration will work probably. The basic restructuring argued for a major version.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openinc/parse-server-schema",
3-
"version": "1.7.12",
3+
"version": "2.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.15.1",
66
"type": "module",
@@ -76,4 +76,4 @@
7676
"@types/node": "^24.3.0",
7777
"semantic-release-export-data": "^1.1.1"
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)