From d1751708b454d02a40ce48d7d28e53cc7bcb4056 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 19:49:26 -0400 Subject: [PATCH] chore(main): release 4.0.10 (#365) 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 92a0fb29..0a06d1f5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.9" + ".": "4.0.10" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 795e14b2..9fb0d62a 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.0.10](https://github.com/javalent/fantasy-statblocks/compare/4.0.9...4.0.10) (2024-03-13) + + +### Bug Fixes + +* Fixes issue where creatures without an explicit name could cause the Bestiary to crash ([c7ea4ee](https://github.com/javalent/fantasy-statblocks/commit/c7ea4ee57cf9ade417cdd16fb89e2a7de84ec2b8)) +* Fixes issue where importing the same layout twice and deleting one would delete both ([9c189eb](https://github.com/javalent/fantasy-statblocks/commit/9c189eb84a7186858ed5966dc7266b67657000ed)) + ## [4.0.9](https://github.com/javalent/fantasy-statblocks/compare/4.0.8...4.0.9) (2024-03-08) diff --git a/manifest.json b/manifest.json index 5b3ad017..ceec16b3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-5e-statblocks", "name": "Fantasy Statblocks", - "version": "4.0.9", + "version": "4.0.10", "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 50f3f45b..b850192f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fantasy-statblocks", - "version": "4.0.9", + "version": "4.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fantasy-statblocks", - "version": "4.0.9", + "version": "4.0.10", "license": "MIT", "dependencies": { "yaml": "^2.1.3" diff --git a/package.json b/package.json index 6c980faf..d9f8a5c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fantasy-statblocks", - "version": "4.0.9", + "version": "4.0.10", "description": "Create Fantasy statblocks in Obsidian.md", "scripts": { "dev": "node ./esbuild.config.mjs",