From 9345f70d675942c1c5177450f0be28daa629fa18 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:46:32 -0400 Subject: [PATCH] chore(main): release 4.7.6 (#461) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8647905..1054c76 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.7.5" + ".": "4.7.6" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eb5e44..1c47d49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.6](https://github.com/javalent/fantasy-statblocks/compare/4.7.5...4.7.6) (2024-09-11) + + +### Bug Fixes + +* temp fix for failure to load ([b3e4e21](https://github.com/javalent/fantasy-statblocks/commit/b3e4e210f42a9bdf9fe8d0b69b0df42fea7b59c5)) + ## [4.7.5](https://github.com/javalent/fantasy-statblocks/compare/4.7.4...4.7.5) (2024-09-11) diff --git a/manifest.json b/manifest.json index fab47ca..9ff74ea 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-5e-statblocks", "name": "Fantasy Statblocks", - "version": "4.7.5", + "version": "4.7.6", "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 c0a60bb..13e73f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@javalent/fantasy-statblocks", - "version": "4.7.5", + "version": "4.7.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@javalent/fantasy-statblocks", - "version": "4.7.5", + "version": "4.7.6", "license": "MIT", "dependencies": { "yaml": "^2.5.1" diff --git a/package.json b/package.json index 89f805d..8ef81a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@javalent/fantasy-statblocks", - "version": "4.7.5", + "version": "4.7.6", "description": "Create Fantasy statblocks in Obsidian.md", "scripts": { "dev": "node ./esbuild.config.mjs",