Skip to content

Commit 6e25543

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](1.4.0...2.0.0) (2024-07-12) ### Features * Add support for Node 20, 22; remove support for Node 14, 16 ([#473](#473)) ([9442870](9442870)) ### BREAKING CHANGES * Removes support for Node 14, 16. ([9442870](9442870))
1 parent 9442870 commit 6e25543

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/ParsePlatform/parse-server-example/compare/1.4.0...2.0.0) (2024-07-12)
2+
3+
4+
### Features
5+
6+
* Add support for Node 20, 22; remove support for Node 14, 16 ([#473](https://github.com/ParsePlatform/parse-server-example/issues/473)) ([9442870](https://github.com/ParsePlatform/parse-server-example/commit/944287095f40ce61e819e6cfb0d74bd2a7cad473))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Removes support for Node 14, 16. ([9442870](9442870))
12+
113
# [1.4.0](https://github.com/ParsePlatform/parse-server-example/compare/1.3.1...1.4.0) (2024-07-12)
214

315

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": "1.4.0",
3+
"version": "2.0.0",
44
"description": "An example Parse API server using the parse-server module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)