Skip to content

Commit 284a268

Browse files
chore(release): 8.6.0 [skip ci]
# [8.6.0](8.5.0...8.6.0) (2026-04-17) ### Bug Fixes * Security upgrade undici ([#2947](#2947)) ([025c404](025c404)) ### Features * Add `rawValues` and `rawFieldNames` options to aggregate queries ([#3021](#3021)) ([17ceef1](17ceef1))
1 parent 39880fe commit 284a268

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.6.0](https://github.com/parse-community/Parse-SDK-JS/compare/8.5.0...8.6.0) (2026-04-17)
2+
3+
4+
### Bug Fixes
5+
6+
* Security upgrade undici ([#2947](https://github.com/parse-community/Parse-SDK-JS/issues/2947)) ([025c404](https://github.com/parse-community/Parse-SDK-JS/commit/025c404149815111b201856b2c95c830b0529993))
7+
8+
### Features
9+
10+
* Add `rawValues` and `rawFieldNames` options to aggregate queries ([#3021](https://github.com/parse-community/Parse-SDK-JS/issues/3021)) ([17ceef1](https://github.com/parse-community/Parse-SDK-JS/commit/17ceef1d15af9d3c38a7404488d95439a261c8b1))
11+
112
# [8.5.0](https://github.com/parse-community/Parse-SDK-JS/compare/8.4.0...8.5.0) (2026-03-04)
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.6.0-alpha.1",
3+
"version": "8.6.0",
44
"description": "Parse JavaScript SDK",
55
"homepage": "https://parseplatform.org",
66
"keywords": [

0 commit comments

Comments
 (0)