Skip to content

Commit 1134c8a

Browse files
chore(release): 4.0.0-alpha.1 [skip ci]
# [4.0.0-alpha.1](3.5.1-alpha.2...4.0.0-alpha.1) (2022-11-10) ### Bug Fixes * Remove support for Node <14 ([#1603](#1603)) ([bc04b4b](bc04b4b)) ### BREAKING CHANGES * This release removes support for Node versions <14 ([bc04b4b](bc04b4b))
1 parent bc04b4b commit 1134c8a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

changelogs/CHANGELOG_alpha.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.0.0-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/3.5.1-alpha.2...4.0.0-alpha.1) (2022-11-10)
2+
3+
4+
### Bug Fixes
5+
6+
* Remove support for Node <14 ([#1603](https://github.com/parse-community/Parse-SDK-JS/issues/1603)) ([bc04b4b](https://github.com/parse-community/Parse-SDK-JS/commit/bc04b4bc0c27d2f517b388dd2dfc17d463faf207))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* This release removes support for Node versions <14 ([bc04b4b](bc04b4b))
12+
113
## [3.5.1-alpha.2](https://github.com/parse-community/Parse-SDK-JS/compare/3.5.1-alpha.1...3.5.1-alpha.2) (2022-11-07)
214

315

package-lock.json

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

0 commit comments

Comments
 (0)