From ee5e558e5880f4d290d335e9df629d080bebd82d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 22 Sep 2024 19:14:56 +0000 Subject: [PATCH] chore(release): 1.4.3 [skip ci] ## [1.4.3](https://github.com/swgoh-utils/swgoh-ae2/compare/v1.4.2...v1.4.3) (2024-09-22) ### Bug Fixes * Exporting of Meshes dont work under specific Cultures ([e470443](https://github.com/swgoh-utils/swgoh-ae2/commit/e4704432ce27b833270213facfcc0e80aa906642)) --- 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 d3a33a4..d4b91af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.3](https://github.com/swgoh-utils/swgoh-ae2/compare/v1.4.2...v1.4.3) (2024-09-22) + + +### Bug Fixes + +* Exporting of Meshes dont work under specific Cultures ([e470443](https://github.com/swgoh-utils/swgoh-ae2/commit/e4704432ce27b833270213facfcc0e80aa906642)) + ## [1.4.2](https://github.com/swgoh-utils/swgoh-ae2/compare/v1.4.1...v1.4.2) (2024-07-11) diff --git a/package-lock.json b/package-lock.json index 0533430..c8d0976 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "swgoh-ae2", - "version": "1.4.2", + "version": "1.4.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "swgoh-ae2", - "version": "1.4.2", + "version": "1.4.3", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "^6.0.2", diff --git a/package.json b/package.json index 5776012..e1bd95e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swgoh-ae2", - "version": "1.4.2", + "version": "1.4.3", "description": "A service to download and extract SWGoH 2D Textures", "repository": { "type": "git",