diff --git a/CHANGELOG.md b/CHANGELOG.md index 8169758..3d465d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.0](https://github.com/wowserhq/scene/compare/v0.4.1...v0.5.0) (2023-12-28) + + +### Features + +* add SceneWorker ([#12](https://github.com/wowserhq/scene/issues/12)) ([dbc7b18](https://github.com/wowserhq/scene/commit/dbc7b184581950f0cbf96b1b353c6d5122e86551)) +* **terrain:** add TerrainManager ([#14](https://github.com/wowserhq/scene/issues/14)) ([e95e3bc](https://github.com/wowserhq/scene/commit/e95e3bcfff9806c6af5709e6daadd2fe352445c6)) + ## [0.4.1](https://github.com/wowserhq/scene/compare/v0.4.0...v0.4.1) (2023-12-28) diff --git a/package-lock.json b/package-lock.json index 35e9f4c..2baf297 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wowserhq/scene", - "version": "0.4.1", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@wowserhq/scene", - "version": "0.4.1", + "version": "0.5.0", "license": "MIT", "dependencies": { "@wowserhq/format": "^0.8.1", diff --git a/package.json b/package.json index 1e5300d..1d971a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wowserhq/scene", - "version": "0.4.1", + "version": "0.5.0", "description": "Three.js rendering classes for World of Warcraft model formats", "author": "Wowser Contributors", "repository": "github:wowserhq/scene",