Skip to content

Commit

Permalink
Tagged 2.9.1 for hotfix release and updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
michielvandergeest committed Apr 21, 2023
1 parent e0156db commit 2de9550
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v2.9.1

*21 apr 2023*

- 🔥 Hotfix for memory leak when `pauseRafLoopOnIdle` is enabled (introduced in v2.7.0)
- Implemented additional cleanup of Lightning code that gets stuck on the heap after calling `destroy`

## v2.9.0
*16 feb 2023*

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Metrological, Bas van Meurs <[email protected]>",
"name": "@lightningjs/core",
"version": "2.9.0",
"version": "2.9.1",
"license": "Apache-2.0",
"main": "dist/lightning.js",
"module": "index.js",
Expand Down

0 comments on commit 2de9550

Please sign in to comment.