diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a730c35..67ce10a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.2.0](https://github.com/rudnovd/heroes3tools/compare/v2.1.5...v2.2.0) (2024-01-01) + + +### Features + +* apply HotA 1.7.0 changes ([60d2168](https://github.com/rudnovd/heroes3tools/commit/60d2168f3aa4daeeee4de2dfacace93ca225f11d)) +* **assets:** add Factory assets ([f977951](https://github.com/rudnovd/heroes3tools/commit/f97795111a76a4984952693e22dd9b680c51c63a)) +* **classes:** add Factory classes ([28be49b](https://github.com/rudnovd/heroes3tools/commit/28be49b97dd9df522e77639ce12caec313083497)) +* **creatures:** add Factory creatures ([5eb8d15](https://github.com/rudnovd/heroes3tools/commit/5eb8d154ea0f5476363e5be7ff68cf01970f039f)) +* **CreaturesLibraryPage:** unlock Factory ([50acdf4](https://github.com/rudnovd/heroes3tools/commit/50acdf44f69f799e1cc69e804da0faac54abd1ab)) +* **heroes:** add Factory heroes ([8240a0c](https://github.com/rudnovd/heroes3tools/commit/8240a0cddc06c180030d09e58dbe3ee874e2a28f)) +* **locales:** add 'ru' locale for Factory data ([d4342bd](https://github.com/rudnovd/heroes3tools/commit/d4342bd68e7c58e45998c4c52c3c0847ace1413a)) + ### [2.1.5](https://github.com/rudnovd/heroes3tools/compare/v2.1.4...v2.1.5) (2023-06-03) ### [2.1.4](https://github.com/rudnovd/heroes3tools/compare/v2.1.3...v2.1.4) (2023-04-15) diff --git a/package-lock.json b/package-lock.json index 8cc2fa0e..2897062c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "heroes3tools", - "version": "2.1.5", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "heroes3tools", - "version": "2.1.5", + "version": "2.2.0", "license": "MIT", "dependencies": { "@vueuse/core": "^10.7.1", diff --git a/package.json b/package.json index b9caf89d..53cb3506 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heroes3tools", - "version": "2.1.5", + "version": "2.2.0", "private": true, "description": "Web tools for simplify calculations in Heroes of Might and Magic III: Horn of The Abyss", "homepage": "https://heroes3tools.netlify.app/",