Skip to content

Commit ad429fc

Browse files
chore(release): 3.4.4-alpha.2 [skip ci]
## [3.4.4-alpha.2](parse-community/Parse-SDK-JS@3.4.4-alpha.1...3.4.4-alpha.2) (2022-08-16) ### Bug Fixes * `Parse.User.signUp()` does not pass context to Cloud Code ([parse-community#1527](parse-community#1527)) ([53edcfd](parse-community@53edcfd))
1 parent 53edcfd commit ad429fc

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

changelogs/CHANGELOG_alpha.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.4.4-alpha.2](https://github.com/parse-community/Parse-SDK-JS/compare/3.4.4-alpha.1...3.4.4-alpha.2) (2022-08-16)
2+
3+
4+
### Bug Fixes
5+
6+
* `Parse.User.signUp()` does not pass context to Cloud Code ([#1527](https://github.com/parse-community/Parse-SDK-JS/issues/1527)) ([53edcfd](https://github.com/parse-community/Parse-SDK-JS/commit/53edcfd7ad1bd075a6097ba3c129c5f0998ffbfa))
7+
18
## [3.4.4-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/3.4.3...3.4.4-alpha.1) (2022-07-28)
29

310

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

0 commit comments

Comments
 (0)