Skip to content

Commit

Permalink
Bumped version to 0.9.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
michielvandergeest committed May 22, 2024
1 parent d48cf26 commit 4ff62c4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.9.9

_22 may 2024_

- Added support for `rtt`-attribute (Render To Texture)
- Refactored Component for efficiency and readability
- Improved type definitions
- Fixed error when no settings object is supplied to Launch method
- Fixed issue with `parent` variable being set on the global window object
- Improved code of firing transitions
- Bumped renderer to version 0.8.4

## v0.9.8

_25 apr 2024_
Expand Down
8 changes: 4 additions & 4 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
Expand Up @@ -45,7 +45,7 @@
"tape": "^5.5.0"
},
"dependencies": {
"@lightningjs/renderer": "^0.8.3",
"@lightningjs/renderer": "^0.8.4",
"@lightningjs/vite-plugin-import-chunk-url": "^0.3.0",
"execa": "^8.0.1",
"kolorist": "^1.8.0",
Expand Down

0 comments on commit 4ff62c4

Please sign in to comment.