Skip to content

Commit 63076e8

Browse files
chore(release): 7.0.2-alpha.1 [skip ci]
## [7.0.2-alpha.1](7.0.1...7.0.2-alpha.1) (2025-10-25) ### Bug Fixes * `Parse.Query` throws error when no response header ([#2754](#2754)) ([492de3e](492de3e))
1 parent 492de3e commit 63076e8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

changelogs/CHANGELOG_alpha.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [7.0.2-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/7.0.1...7.0.2-alpha.1) (2025-10-25)
2+
3+
4+
### Bug Fixes
5+
6+
* `Parse.Query` throws error when no response header ([#2754](https://github.com/parse-community/Parse-SDK-JS/issues/2754)) ([492de3e](https://github.com/parse-community/Parse-SDK-JS/commit/492de3e2da705bf1845e1ef68181689fd3a378a5))
7+
18
## [7.0.1-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/7.0.0...7.0.1-alpha.1) (2025-10-15)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse",
3-
"version": "7.0.1",
3+
"version": "7.0.2-alpha.1",
44
"description": "Parse JavaScript SDK",
55
"homepage": "https://parseplatform.org",
66
"keywords": [

0 commit comments

Comments
 (0)