Skip to content

Commit f4409cb

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](2.0.0...3.0.0) (2025-03-06) ### Bug Fixes * Bump express from 4.21.0 to 4.21.1 ([#531](#531)) ([4d5c64f](4d5c64f)) ### Features * Upgrade parse-server from 7.2.0 to 7.3.0 ([#529](#529)) ([76c6229](76c6229)) * Upgrade parse-server from 7.3.0 to 7.4.0 ([#553](#553)) ([2c40f21](2c40f21)) * Upgrade to Parse Server 8 using ES6 syntax and Parse JS SDK in example web page ([#562](#562)) ([120e98f](120e98f)) ### BREAKING CHANGES * This release upgrades to Parse Server 8. See the Parse Server 8 [change log](https://github.com/parse-community/parse-server/releases/tag/8.0.0) for more details about breaking changes. This release also changes to using ES6 syntax. ([120e98f](120e98f))
1 parent 3eab5cf commit f4409cb

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [3.0.0](https://github.com/parse-community/parse-server-example/compare/2.0.0...3.0.0) (2025-03-06)
2+
3+
4+
### Bug Fixes
5+
6+
* Bump express from 4.21.0 to 4.21.1 ([#531](https://github.com/parse-community/parse-server-example/issues/531)) ([4d5c64f](https://github.com/parse-community/parse-server-example/commit/4d5c64f7e56c34c19a698b0b4ba6c878f3aa4228))
7+
8+
### Features
9+
10+
* Upgrade parse-server from 7.2.0 to 7.3.0 ([#529](https://github.com/parse-community/parse-server-example/issues/529)) ([76c6229](https://github.com/parse-community/parse-server-example/commit/76c62295625c3fd9f0a09adc226bed9e74f60d79))
11+
* Upgrade parse-server from 7.3.0 to 7.4.0 ([#553](https://github.com/parse-community/parse-server-example/issues/553)) ([2c40f21](https://github.com/parse-community/parse-server-example/commit/2c40f21c1934a3c2cbf1084568dd561b56302a1f))
12+
* Upgrade to Parse Server 8 using ES6 syntax and Parse JS SDK in example web page ([#562](https://github.com/parse-community/parse-server-example/issues/562)) ([120e98f](https://github.com/parse-community/parse-server-example/commit/120e98f280686571bd18e47b4bf48b7fdad75b0f))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* This release upgrades to Parse Server 8. See the Parse Server 8 [change log](https://github.com/parse-community/parse-server/releases/tag/8.0.0) for more details about breaking changes. This release also changes to using ES6 syntax. ([120e98f](120e98f))
18+
119
# [2.0.0](https://github.com/ParsePlatform/parse-server-example/compare/1.3.1...2.0.0) (2024-07-12)
220

321

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-server-example",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "An example implementation of Parse Server",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)