diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0fef13b1..50770af5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.13.1" + ".": "3.13.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b8d841a..aca58e98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [3.13.2](https://github.com/javalent/fantasy-statblocks/compare/3.13.1...3.13.2) (2023-09-28) + + +### Bug Fixes + +* fixes parsing wikilinks out of nested arrays in frontmatter ([f5676c2](https://github.com/javalent/fantasy-statblocks/commit/f5676c251f0076619190840cb5981020d4a09436)) +* Fixes table Ability Modifier callback input not being in the collapsible Advanced element ([427a05d](https://github.com/javalent/fantasy-statblocks/commit/427a05d5224d9d343e1d24fc9312881a85962860)) + ## [3.13.1](https://github.com/javalent/fantasy-statblocks/compare/3.13.0...3.13.1) (2023-09-27) diff --git a/manifest.json b/manifest.json index b0423241..a8c4f910 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-5e-statblocks", "name": "Fantasy Statblocks", - "version": "3.13.1", + "version": "3.13.2", "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 4f9467a5..d86ae94d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fantasy-statblocks", - "version": "3.13.1", + "version": "3.13.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fantasy-statblocks", - "version": "3.13.1", + "version": "3.13.2", "license": "MIT", "dependencies": { "yaml": "^2.1.3" diff --git a/package.json b/package.json index 2c8bd39e..15890f8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fantasy-statblocks", - "version": "3.13.1", + "version": "3.13.2", "description": "Create Fantasy statblocks in Obsidian.md", "scripts": { "dev": "node ./esbuild.config.mjs",