Skip to content

Commit effbd98

Browse files
committed
Bumped version to 4.8.3 and updated the change log
1 parent 7c6f6af commit effbd98

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

CHANGELOG.md

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

3+
## v4.8.3
4+
5+
*19 apr 2022*
6+
7+
- Fixed bug in Router, app not closing when router history unavailable
8+
- Fixed bug in Router, router data hooks not always being called
9+
310
## v4.8.2
411

512
*21 mar 2022*

docs/changelog.md

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

3+
## v4.8.3
4+
5+
*19 apr 2022*
6+
7+
- Fixed bug in Router, app not closing when router history unavailable
8+
- Fixed bug in Router, router data hooks not always being called
9+
310
## v4.8.2
411

512
*21 mar 2022*

docs/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": "4.8.2",
3+
"version": "4.8.3",
44
"license": "Apache-2.0",
55
"scripts": {
66
"postinstall": "node ./scripts/postinstall.js",

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "4.8.2",
3+
"version": "4.8.3",
44
"license": "Apache-2.0",
55
"scripts": {
66
"postinstall": "node ./scripts/postinstall.js",

0 commit comments

Comments
 (0)