From 15da0eaddefa0d690d417540260ce3977ba60f4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:49:48 -0400 Subject: [PATCH] chore(main): release 4.7.8 (#463) 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 0dc9680..b57f59d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.7.7" + ".": "4.7.8" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 976fb36..b6df954 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.8](https://github.com/javalent/fantasy-statblocks/compare/4.7.7...4.7.8) (2024-09-19) + + +### Bug Fixes + +* Fixes issue where an empty match array could cause the dice parser to fail ([be9aa85](https://github.com/javalent/fantasy-statblocks/commit/be9aa85ad8e675e3dcbe22de5fe8c3ff9fa90ef0)) +* Improves behavior of additive and reductive traits (close [#456](https://github.com/javalent/fantasy-statblocks/issues/456), close [#421](https://github.com/javalent/fantasy-statblocks/issues/421)) ([12df383](https://github.com/javalent/fantasy-statblocks/commit/12df3838d5e755fa2f5aa66cf3188b3dab7a3754)) + ## [4.7.7](https://github.com/javalent/fantasy-statblocks/compare/4.7.6...4.7.7) (2024-09-11) diff --git a/manifest.json b/manifest.json index d147bfe..d98ee22 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-5e-statblocks", "name": "Fantasy Statblocks", - "version": "4.7.7", + "version": "4.7.8", "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 2afe519..a47f01f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@javalent/fantasy-statblocks", - "version": "4.7.7", + "version": "4.7.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@javalent/fantasy-statblocks", - "version": "4.7.7", + "version": "4.7.8", "license": "MIT", "dependencies": { "yaml": "^2.5.1" diff --git a/package.json b/package.json index 1044792..15d6ff3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@javalent/fantasy-statblocks", - "version": "4.7.7", + "version": "4.7.8", "description": "Create Fantasy statblocks in Obsidian.md", "scripts": { "dev": "node ./esbuild.config.mjs",