Skip to content

Commit 67e9751

Browse files
committed
Bumped version to 5.3.1
1 parent 84aa759 commit 67e9751

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v5.3.1
4+
*23 feb 2023*
5+
6+
- Fixed bug where localCookie library could not loaded correctly when using webpack(#377)
7+
38
## v5.3.0
49
*16 feb 2023*
510

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v5.3.1
4+
*23 feb 2023*
5+
6+
- Fixed bug where localCookie library could not loaded correctly when using webpack(#377)
7+
38
## v5.3.0
49
*16 feb 2023*
510

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightningjs/sdk",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"license": "Apache-2.0",
55
"types": "index.d.ts",
66
"scripts": {

0 commit comments

Comments
 (0)