Skip to content

Commit 26d5cc9

Browse files
chore(release): 6.1.1 [skip ci]
## [6.1.1](6.1.0...6.1.1) (2025-04-04) ### Bug Fixes * Remove unused option `sessionToken` from `Parse.Query.aggregate` ([#2547](#2547)) ([c7015ba](c7015ba)) * Security upgrade tar-fs from 2.1.1 to 2.1.2 ([#2540](#2540)) ([44eeacd](44eeacd))
1 parent ca30be3 commit 26d5cc9

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

changelogs/CHANGELOG_release.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [6.1.1](https://github.com/parse-community/Parse-SDK-JS/compare/6.1.0...6.1.1) (2025-04-04)
2+
3+
4+
### Bug Fixes
5+
6+
* Remove unused option `sessionToken` from `Parse.Query.aggregate` ([#2547](https://github.com/parse-community/Parse-SDK-JS/issues/2547)) ([c7015ba](https://github.com/parse-community/Parse-SDK-JS/commit/c7015ba42c13d7a4bbe5246b0944e64dcea1712f))
7+
* Security upgrade tar-fs from 2.1.1 to 2.1.2 ([#2540](https://github.com/parse-community/Parse-SDK-JS/issues/2540)) ([44eeacd](https://github.com/parse-community/Parse-SDK-JS/commit/44eeacd9b4af90c8a5f48264506d058ca2745109))
8+
19
# [6.1.0](https://github.com/parse-community/Parse-SDK-JS/compare/6.0.0...6.1.0) (2025-03-17)
210

311

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

0 commit comments

Comments
 (0)