From 948871405457d1203b3e4194e6bd46049b2e49d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:45:49 -0400 Subject: [PATCH] chore(main): release 4.7.2 (#457) 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 f1a48d3..1f3b954 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.7.1" + ".": "4.7.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e0260..0321a60 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. +## [4.7.2](https://github.com/javalent/fantasy-statblocks/compare/4.7.1...4.7.2) (2024-09-10) + + +### Bug Fixes + +* Fixes stringify skipping the sixth element of a list (close [#451](https://github.com/javalent/fantasy-statblocks/issues/451)) ([7dbc4a9](https://github.com/javalent/fantasy-statblocks/commit/7dbc4a9c99fb72a8c189513f13b778277cf37f88)) +* inspect image property and fix wikilinks ([bbc4ac8](https://github.com/javalent/fantasy-statblocks/commit/bbc4ac835717c4d987bb9dfc650e0fde32a51b65)) + ## [4.7.1](https://github.com/javalent/fantasy-statblocks/compare/4.7.0...4.7.1) (2024-09-06) diff --git a/manifest.json b/manifest.json index 7925bec..6cbf7f2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-5e-statblocks", "name": "Fantasy Statblocks", - "version": "4.7.1", + "version": "4.7.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 7940bbe..1f7aa07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@javalent/fantasy-statblocks", - "version": "4.7.1", + "version": "4.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@javalent/fantasy-statblocks", - "version": "4.7.1", + "version": "4.7.2", "license": "MIT", "dependencies": { "yaml": "^2.1.3" diff --git a/package.json b/package.json index 3099a11..a7af168 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@javalent/fantasy-statblocks", - "version": "4.7.1", + "version": "4.7.2", "description": "Create Fantasy statblocks in Obsidian.md", "scripts": { "dev": "node ./esbuild.config.mjs",