Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 26, 2023
1 parent 5d06bb9 commit 9c1cad9
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
@@ -0,0 +1,10 @@
# Changelog

## 1.0.0 (2023-12-26)


### Features

* **controls:** add orbit controls ([#3](https://github.com/wowserhq/scene/issues/3)) ([5d06bb9](https://github.com/wowserhq/scene/commit/5d06bb9cf965f56f2d300a459452aab51bd6a1e5))
* **util:** add next frame helper ([5101f62](https://github.com/wowserhq/scene/commit/5101f62362ae5b65bb160fb90f4be960bc918511))
* **util:** add paced helper to break up heavy iterators ([#2](https://github.com/wowserhq/scene/issues/2)) ([a1498bb](https://github.com/wowserhq/scene/commit/a1498bb57bbb5bb51507149a71a3ca9511327718))
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.1.0",
"version": "1.0.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 9c1cad9

Please sign in to comment.