From 0f0fc9dd772d924943dc0d8c885ca775ea622145 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 10:24:13 -0400 Subject: [PATCH] chore(main): release 3.13.2 (#284) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) 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",