Skip to content

Commit ca997be

Browse files
chore(release): Release 3.0.4
## [3.0.4](v3.0.3...v3.0.4) (2025-09-18) ### Bug Fixes * move null to undefined ([f0ac266](f0ac266))
1 parent 404fbfc commit ca997be

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.4](https://github.com/open-inc/node-parse-server-schema/compare/v3.0.3...v3.0.4) (2025-09-18)
2+
3+
4+
### Bug Fixes
5+
6+
* move null to undefined ([f0ac266](https://github.com/open-inc/node-parse-server-schema/commit/f0ac2669f99a72a5372547455568fb19d5c218d5))
7+
18
## [3.0.3](https://github.com/open-inc/node-parse-server-schema/compare/v3.0.2...v3.0.3) (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.3",
3+
"version": "3.0.4",
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)