Skip to content

Commit

Permalink
chore: release 0.17.0 (#42)
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 11, 2024
1 parent b7b0f38 commit 6b1e55a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.17.0](https://github.com/wowserhq/scene/compare/v0.16.1...v0.17.0) (2024-01-11)


### Features

* **daynight:** add initial DayNight implementation ([479724c](https://github.com/wowserhq/scene/commit/479724c1c402f86169e89ae81d5890818d059552))
* **daynight:** use clock to set daynight progression ([a0c157d](https://github.com/wowserhq/scene/commit/a0c157dc3e27fb83ddb3a0b97677ac8e3d8e7dfe))
* **map:** make daynight private to map classes ([528027f](https://github.com/wowserhq/scene/commit/528027f44a343aacbfb5de6ec86bcdf0b2d310bf))
* **map:** use area lights ([#43](https://github.com/wowserhq/scene/issues/43)) ([b7b0f38](https://github.com/wowserhq/scene/commit/b7b0f382c511c8a51036bd47a62f9320b9b0f8e0))

## [0.16.1](https://github.com/wowserhq/scene/compare/v0.16.0...v0.16.1) (2024-01-08)


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.16.1",
"version": "0.17.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 6b1e55a

Please sign in to comment.