diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 45db88f..042a000 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.128.0" + ".": "1.129.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7724a58..b7ebe2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.129.0](https://github.com/javalent/obsidian-overload/compare/v1.128.0...v1.129.0) (2023-10-21) + + +### Features + +* Upgrading fantasy-statblocks to latest ([900f318](https://github.com/javalent/obsidian-overload/commit/900f318a689850a6fb53bf0a25d62ef923329792)) + ## [1.128.0](https://github.com/javalent/obsidian-overload/compare/v1.127.0...v1.128.0) (2023-10-20) diff --git a/package-lock.json b/package-lock.json index b88e5c3..693c5e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-overload", - "version": "1.128.0", + "version": "1.129.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-overload", - "version": "1.128.0", + "version": "1.129.0", "license": "ISC", "dependencies": { "fantasy-statblocks": "^3.15.7", diff --git a/package.json b/package.json index 97783b8..db9767e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-overload", - "version": "1.128.0", + "version": "1.129.0", "types": "index.d.ts", "scripts": {}, "author": "",