diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0a06d1f5..5b0a6eb0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.10" + ".": "4.0.11" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fb0d62a..4fef39f8 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.0.11](https://github.com/javalent/fantasy-statblocks/compare/4.0.10...4.0.11) (2024-03-16) + + +### Bug Fixes + +* Fixes issue where the folder suggester wasn't interactable ([df149c8](https://github.com/javalent/fantasy-statblocks/commit/df149c8c24b03a113ba46c88789411e22e1862bb)) + ## [4.0.10](https://github.com/javalent/fantasy-statblocks/compare/4.0.9...4.0.10) (2024-03-13) diff --git a/manifest.json b/manifest.json index ceec16b3..12ef1320 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-5e-statblocks", "name": "Fantasy Statblocks", - "version": "4.0.10", + "version": "4.0.11", "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 6cd1f135..a2c48349 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fantasy-statblocks", - "version": "4.0.10", + "version": "4.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fantasy-statblocks", - "version": "4.0.10", + "version": "4.0.11", "license": "MIT", "dependencies": { "yaml": "^2.1.3" diff --git a/package.json b/package.json index 86e0337f..f951a9fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fantasy-statblocks", - "version": "4.0.10", + "version": "4.0.11", "description": "Create Fantasy statblocks in Obsidian.md", "scripts": { "dev": "node ./esbuild.config.mjs",