From 3b8e91222fe2abbb91b14fc1a3fac0c347410d63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 00:22:11 -0600 Subject: [PATCH] chore: release 0.11.0 (#24) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bd4f0b..81a17d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.11.0](https://github.com/wowserhq/scene/compare/v0.10.0...v0.11.0) (2024-01-03) + + +### Features + +* **map:** add support for loading map doodads ([35136d5](https://github.com/wowserhq/scene/commit/35136d5a4c53e4944833aaf7f79f00618011c44d)) +* **map:** improve loading times for new map areas ([6011f9a](https://github.com/wowserhq/scene/commit/6011f9a11320803707cef5a060df334af1dad8fb)) +* **map:** reduce frustum culling overhead for doodads ([427c80b](https://github.com/wowserhq/scene/commit/427c80b3cc7884aa3de62e7f8d8d70f5b7c620e2)) +* **model:** apply fog to models ([7bba5b1](https://github.com/wowserhq/scene/commit/7bba5b152a8b656036ef5349a7a2bd729fc2ef30)) + ## [0.10.0](https://github.com/wowserhq/scene/compare/v0.9.1...v0.10.0) (2023-12-31) diff --git a/package-lock.json b/package-lock.json index 2932658..26662f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wowserhq/scene", - "version": "0.10.0", + "version": "0.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@wowserhq/scene", - "version": "0.10.0", + "version": "0.11.0", "license": "MIT", "dependencies": { "@wowserhq/format": "^0.10.0" diff --git a/package.json b/package.json index 8e7bea3..bf2d919 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wowserhq/scene", - "version": "0.10.0", + "version": "0.11.0", "description": "Three.js rendering classes for World of Warcraft model formats", "author": "Wowser Contributors", "repository": "github:wowserhq/scene",