diff --git a/CHANGELOG.md b/CHANGELOG.md index d4b91af..7032e50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0](https://github.com/swgoh-utils/swgoh-ae2/compare/v1.4.3...v1.5.0) (2024-09-27) + + +### Features + +* Complete Audio to MP3 download for Windows ([510f744](https://github.com/swgoh-utils/swgoh-ae2/commit/510f744586c20e2a729e96c14238351f6f01478b)) + ## [1.4.3](https://github.com/swgoh-utils/swgoh-ae2/compare/v1.4.2...v1.4.3) (2024-09-22) diff --git a/package-lock.json b/package-lock.json index c8d0976..2b0e097 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "swgoh-ae2", - "version": "1.4.3", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "swgoh-ae2", - "version": "1.4.3", + "version": "1.5.0", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "^6.0.2", diff --git a/package.json b/package.json index e1bd95e..b689835 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swgoh-ae2", - "version": "1.4.3", + "version": "1.5.0", "description": "A service to download and extract SWGoH 2D Textures", "repository": { "type": "git",