Skip to content

Commit bc0dd72

Browse files
chore(release): 5.3.0-beta.1 [skip ci]
# [5.3.0-beta.1](5.2.0...5.3.0-beta.1) (2024-07-07) ### Bug Fixes * `Parse.Object.get` returns array instead of object if key name is number-like ([#2201](#2201)) ([5921ba2](5921ba2)) ### Features * Add support for Node 22 ([#2209](#2209)) ([c74fd4c](c74fd4c))
1 parent fd3bfa2 commit bc0dd72

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

changelogs/CHANGELOG_beta.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [5.3.0-beta.1](https://github.com/parse-community/Parse-SDK-JS/compare/5.2.0...5.3.0-beta.1) (2024-07-07)
2+
3+
4+
### Bug Fixes
5+
6+
* `Parse.Object.get` returns array instead of object if key name is number-like ([#2201](https://github.com/parse-community/Parse-SDK-JS/issues/2201)) ([5921ba2](https://github.com/parse-community/Parse-SDK-JS/commit/5921ba248431b197ee1592eae39376132be454a3))
7+
8+
### Features
9+
10+
* Add support for Node 22 ([#2209](https://github.com/parse-community/Parse-SDK-JS/issues/2209)) ([c74fd4c](https://github.com/parse-community/Parse-SDK-JS/commit/c74fd4ce2aa7b0618c3027e1936103d24f2987a7))
11+
112
# [5.2.0-beta.2](https://github.com/parse-community/Parse-SDK-JS/compare/5.2.0-beta.1...5.2.0-beta.2) (2024-06-29)
213

314

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse",
3-
"version": "5.3.0-alpha.2",
3+
"version": "5.3.0-beta.1",
44
"description": "Parse JavaScript SDK",
55
"homepage": "https://parseplatform.org",
66
"keywords": [

0 commit comments

Comments
 (0)