diff --git a/CHANGELOG.md b/CHANGELOG.md index 331b7d9..04da340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ +## 1.7.12 (2024-10-03) + +* add more logging for mod test ([df9f338](https://github.com/LandOfTheRair/mod-toolkit-v2/commit/df9f338)) +* add potency calculator to spells ([8ad7ad1](https://github.com/LandOfTheRair/mod-toolkit-v2/commit/8ad7ad1)) + + + ## 1.7.11 (2024-10-02) * fix autogenerated content to start at the first level for the trait, rather than 5 ([3d09fd7](https://github.com/LandOfTheRair/mod-toolkit-v2/commit/3d09fd7)) +* Release Patch 1.7.11 ([e606029](https://github.com/LandOfTheRair/mod-toolkit-v2/commit/e606029)) +* Sync version ([f9990ed](https://github.com/LandOfTheRair/mod-toolkit-v2/commit/f9990ed)) diff --git a/package-lock.json b/package-lock.json index dda1357..76d81b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "landoftherairmodkit", - "version": "1.7.11", + "version": "1.7.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "landoftherairmodkit", - "version": "1.7.11", + "version": "1.7.12", "hasInstallScript": true, "dependencies": { "@angular/common": "18.1.3", diff --git a/package.json b/package.json index f14fea8..70dd428 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "repository": { "url": "https://github.com/LandOfTheRair/mod-toolkit-v2" }, - "version": "1.7.11", + "version": "1.7.12", "main": "app/main.js", "private": true, "scripts": {