Skip to content

Commit 4cbe6d1

Browse files
chore(release): 4.3.0-alpha.4 [skip ci]
# [4.3.0-alpha.4](4.3.0-alpha.3...4.3.0-alpha.4) (2023-10-07) ### Bug Fixes * Error in web context when `window.indexedDB` API is available but protected ([#2039](#2039)) ([360981f](360981f))
1 parent 360981f commit 4cbe6d1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

changelogs/CHANGELOG_alpha.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [4.3.0-alpha.4](https://github.com/parse-community/Parse-SDK-JS/compare/4.3.0-alpha.3...4.3.0-alpha.4) (2023-10-07)
2+
3+
4+
### Bug Fixes
5+
6+
* Error in web context when `window.indexedDB` API is available but protected ([#2039](https://github.com/parse-community/Parse-SDK-JS/issues/2039)) ([360981f](https://github.com/parse-community/Parse-SDK-JS/commit/360981f8a529f3e10243413c8114373271bb6f43))
7+
18
# [4.3.0-alpha.3](https://github.com/parse-community/Parse-SDK-JS/compare/4.3.0-alpha.2...4.3.0-alpha.3) (2023-10-04)
29

310

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

0 commit comments

Comments
 (0)