diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1054c76..0dc9680 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.7.6" + ".": "4.7.7" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c47d49..976fb36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [4.7.7](https://github.com/javalent/fantasy-statblocks/compare/4.7.6...4.7.7) (2024-09-11) + + +### Bug Fixes + +* Fixes issue with dependency causing settings tab to not fully load ([b5f96c5](https://github.com/javalent/fantasy-statblocks/commit/b5f96c538a24d178d3e6d4cf1894e0322251bcb1)) + ## [4.7.6](https://github.com/javalent/fantasy-statblocks/compare/4.7.5...4.7.6) (2024-09-11) diff --git a/manifest.json b/manifest.json index 9ff74ea..d147bfe 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-5e-statblocks", "name": "Fantasy Statblocks", - "version": "4.7.6", + "version": "4.7.7", "description": "Create Fantasy Statblocks in Obsidian.md", "minAppVersion": "0.12.0", "author": "Jeremy Valentine", diff --git a/package-lock.json b/package-lock.json index cef140d..2afe519 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@javalent/fantasy-statblocks", - "version": "4.7.6", + "version": "4.7.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@javalent/fantasy-statblocks", - "version": "4.7.6", + "version": "4.7.7", "license": "MIT", "dependencies": { "yaml": "^2.5.1" diff --git a/package.json b/package.json index 2388f33..1044792 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@javalent/fantasy-statblocks", - "version": "4.7.6", + "version": "4.7.7", "description": "Create Fantasy statblocks in Obsidian.md", "scripts": { "dev": "node ./esbuild.config.mjs",