Skip to content

Commit 82f2f2f

Browse files
chore(release): Release 3.0.3
## [3.0.3](v3.0.2...v3.0.3) (2025-09-18) ### Bug Fixes * Fix getter and setter nullable ([2a32439](2a32439))
1 parent 2a32439 commit 82f2f2f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.3](https://github.com/open-inc/node-parse-server-schema/compare/v3.0.2...v3.0.3) (2025-09-18)
2+
3+
4+
### Bug Fixes
5+
6+
* Fix getter and setter nullable ([2a32439](https://github.com/open-inc/node-parse-server-schema/commit/2a3243947a5fc0e66ea88a41b4e832287cbf7bb2))
7+
18
## [3.0.2](https://github.com/open-inc/node-parse-server-schema/compare/v3.0.1...v3.0.2) (2025-09-18)
29

310

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