From 9913855971c2c3a6d34caeb9943e789129ce747e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 23:16:01 -0600 Subject: [PATCH] chore: release 0.4.1 (#11) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e4eea4..8169758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/wowserhq/scene/compare/v0.4.0...v0.4.1) (2023-12-28) + + +### Bug Fixes + +* **texture:** flag newly created textures for upload ([4b34a05](https://github.com/wowserhq/scene/commit/4b34a05019b833f7b988ac57b216d4ca68e77c07)) + ## [0.4.0](https://github.com/wowserhq/scene/compare/v0.3.1...v0.4.0) (2023-12-28) diff --git a/package-lock.json b/package-lock.json index 72ae035..35e9f4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wowserhq/scene", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@wowserhq/scene", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "dependencies": { "@wowserhq/format": "^0.8.1", diff --git a/package.json b/package.json index 167fa9b..1e5300d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wowserhq/scene", - "version": "0.4.0", + "version": "0.4.1", "description": "Three.js rendering classes for World of Warcraft model formats", "author": "Wowser Contributors", "repository": "github:wowserhq/scene",