From 30cb36c92c33048da9b95cc4a649e2ffbe8789f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 22:35:09 +0000 Subject: [PATCH] chore: release 0.14.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49f0f41..aff1cea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.14.0](https://github.com/wowserhq/scene/compare/v0.13.1...v0.14.0) (2024-01-06) + + +### Features + +* **build:** remove commonjs build from published package ([#29](https://github.com/wowserhq/scene/issues/29)) ([fac62a2](https://github.com/wowserhq/scene/commit/fac62a2b5699d8a4d107da8e99f552b2ed2b1cb4)) +* improve manager config ([#31](https://github.com/wowserhq/scene/issues/31)) ([296942b](https://github.com/wowserhq/scene/commit/296942b198a932c930264db2641b058acbe3a4c7)) +* **model:** handle depth test and depth write material flags ([92262ae](https://github.com/wowserhq/scene/commit/92262aee2b7f09fe3e3c6935029edf740b6fb95d)) +* **model:** improve alpha test handling in model materials ([8a9bdc6](https://github.com/wowserhq/scene/commit/8a9bdc63bee00fcaaf30e9d4545d7eb1f72f6e97)) +* **model:** move model loading into worker ([#30](https://github.com/wowserhq/scene/issues/30)) ([1b11362](https://github.com/wowserhq/scene/commit/1b11362bf584f2a0203ee421f4a5da24d8696824)) +* **texture:** move texture loading into worker ([#32](https://github.com/wowserhq/scene/issues/32)) ([28af560](https://github.com/wowserhq/scene/commit/28af560d4c15b92632044678aaf310bc07f2e0d2)) + ## [0.13.1](https://github.com/wowserhq/scene/compare/v0.13.0...v0.13.1) (2024-01-04) diff --git a/package-lock.json b/package-lock.json index 6df01d2..cc836b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wowserhq/scene", - "version": "0.13.1", + "version": "0.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@wowserhq/scene", - "version": "0.13.1", + "version": "0.14.0", "license": "MIT", "dependencies": { "@wowserhq/format": "^0.11.0" diff --git a/package.json b/package.json index 7ce2ad7..b9cc683 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wowserhq/scene", - "version": "0.13.1", + "version": "0.14.0", "description": "Three.js rendering classes for World of Warcraft model formats", "author": "Wowser Contributors", "repository": "github:wowserhq/scene",