Skip to content

Commit

Permalink
chore: release 0.19.0 (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 13, 2024
1 parent 7a33fdb commit 6bcec60
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.19.0](https://github.com/wowserhq/scene/compare/v0.18.0...v0.19.0) (2024-01-13)


### Features

* **map:** shift camera frustum modification out of map manager ([c8d164c](https://github.com/wowserhq/scene/commit/c8d164c724d5c9cbd49801cfaa3c751b0e1d6fda))


### Bug Fixes

* **map:** correct sort order when selecting lights ([7a33fdb](https://github.com/wowserhq/scene/commit/7a33fdb99cb3318cee9dfd44a9d5e3230f847822))

## [0.18.0](https://github.com/wowserhq/scene/compare/v0.17.0...v0.18.0) (2024-01-13)


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,6 +1,6 @@
{
"name": "@wowserhq/scene",
"version": "0.18.0",
"version": "0.19.0",
"description": "Three.js rendering classes for World of Warcraft model formats",
"author": "Wowser Contributors",
"repository": "github:wowserhq/scene",
Expand Down

0 comments on commit 6bcec60

Please sign in to comment.