From 8e9afc6219d141ddd23cf38315506e46ebf60e16 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 Sep 2023 23:26:48 +0000 Subject: [PATCH] chore(release): 4.2.0 [skip ci] # [4.2.0](https://github.com/parse-community/Parse-SDK-JS/compare/4.1.0...4.2.0) (2023-09-15) ### Bug Fixes * `Parse.File.cancel` starts new attempt to save file ([#1781](https://github.com/parse-community/Parse-SDK-JS/issues/1781)) ([b755e42](https://github.com/parse-community/Parse-SDK-JS/commit/b755e42394db8b94b87b0dbefc6cf6f18189c46d)) ### Features * Add `Parse.User.loginAs` ([#1875](https://github.com/parse-community/Parse-SDK-JS/issues/1875)) ([381fcfc](https://github.com/parse-community/Parse-SDK-JS/commit/381fcfc7f9cfda70af7c6dc3a35de59b82b72258)) * Add `ParseQuery.watch` to trigger LiveQuery only on update of specific fields ([#1839](https://github.com/parse-community/Parse-SDK-JS/issues/1839)) ([7479343](https://github.com/parse-community/Parse-SDK-JS/commit/7479343abd8739fe03558ff9b2ce610c34c568ae)) --- changelogs/CHANGELOG_release.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/changelogs/CHANGELOG_release.md b/changelogs/CHANGELOG_release.md index 3e5f0ed1a..b3f4fdbd3 100644 --- a/changelogs/CHANGELOG_release.md +++ b/changelogs/CHANGELOG_release.md @@ -1,3 +1,15 @@ +# [4.2.0](https://github.com/parse-community/Parse-SDK-JS/compare/4.1.0...4.2.0) (2023-09-15) + + +### Bug Fixes + +* `Parse.File.cancel` starts new attempt to save file ([#1781](https://github.com/parse-community/Parse-SDK-JS/issues/1781)) ([b755e42](https://github.com/parse-community/Parse-SDK-JS/commit/b755e42394db8b94b87b0dbefc6cf6f18189c46d)) + +### Features + +* Add `Parse.User.loginAs` ([#1875](https://github.com/parse-community/Parse-SDK-JS/issues/1875)) ([381fcfc](https://github.com/parse-community/Parse-SDK-JS/commit/381fcfc7f9cfda70af7c6dc3a35de59b82b72258)) +* Add `ParseQuery.watch` to trigger LiveQuery only on update of specific fields ([#1839](https://github.com/parse-community/Parse-SDK-JS/issues/1839)) ([7479343](https://github.com/parse-community/Parse-SDK-JS/commit/7479343abd8739fe03558ff9b2ce610c34c568ae)) + # [4.1.0](https://github.com/parse-community/Parse-SDK-JS/compare/4.0.1...4.1.0) (2023-05-01) diff --git a/package-lock.json b/package-lock.json index 73e298501..bc3246056 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "parse", - "version": "4.2.0-beta.1", + "version": "4.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "parse", - "version": "4.2.0-beta.1", + "version": "4.2.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime-corejs3": "7.21.0", diff --git a/package.json b/package.json index d23f4dc47..d6fe69319 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse", - "version": "4.2.0-beta.1", + "version": "4.2.0", "description": "Parse JavaScript SDK", "homepage": "https://parseplatform.org", "keywords": [