Skip to content

Commit b57896e

Browse files
Bumped version to 4.6.0 and added release notes to changelog.
1 parent 04d8958 commit b57896e

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

CHANGELOG.md

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

3+
## v4.6.0
4+
5+
*16 aug 2021*
6+
7+
- Added context to Pin plugin
8+
- Added option to overwrite the font loader from platform
9+
- Added cleanup of App fonts on app close
10+
- Fixed initial focus bug
11+
- Added storeSameHash flag to accepted config flags of Router
12+
313
## v4.5.0
414

515
*12 july 2021*

docs/changelog.md

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

3+
## v4.6.0
4+
5+
*16 aug 2021*
6+
7+
- Added context to Pin plugin
8+
- Added option to overwrite the font loader from platform
9+
- Added cleanup of App fonts on app close
10+
- Fixed initial focus bug
11+
- Added storeSameHash flag to accepted config flags of Router
12+
313
## v4.5.0
414

515
*12 july 2021*

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

0 commit comments

Comments
 (0)