Skip to content

Commit a622dd7

Browse files
chore(release): 8.1.0 [skip ci]
# [8.1.0](8.0.3...8.1.0) (2026-02-05) ### Bug Fixes * `ws` package causes React-Native build failure ([#2857](#2857)) ([2b0b76b](2b0b76b)) ### Features * Add `LiveQuerySubscription.find()` to execute a query based on a LiveQuery subscription ([#2735](#2735)) ([82b40da](82b40da))
1 parent 74faf89 commit a622dd7

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

changelogs/CHANGELOG_release.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [8.1.0](https://github.com/parse-community/Parse-SDK-JS/compare/8.0.3...8.1.0) (2026-02-05)
2+
3+
4+
### Bug Fixes
5+
6+
* `ws` package causes React-Native build failure ([#2857](https://github.com/parse-community/Parse-SDK-JS/issues/2857)) ([2b0b76b](https://github.com/parse-community/Parse-SDK-JS/commit/2b0b76b3d6fbd6ae236d3db6b92f4fbc2c98871f))
7+
8+
### Features
9+
10+
* Add `LiveQuerySubscription.find()` to execute a query based on a LiveQuery subscription ([#2735](https://github.com/parse-community/Parse-SDK-JS/issues/2735)) ([82b40da](https://github.com/parse-community/Parse-SDK-JS/commit/82b40da2096eeab7b0994eb6af51774e5a992b4e))
11+
112
## [8.0.3](https://github.com/parse-community/Parse-SDK-JS/compare/8.0.2...8.0.3) (2026-01-27)
213

314

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": "8.1.0-alpha.1",
3+
"version": "8.1.0",
44
"description": "Parse JavaScript SDK",
55
"homepage": "https://parseplatform.org",
66
"keywords": [

0 commit comments

Comments
 (0)