From 2f4c38ce497aa4c062e5539c56e9add31f08777d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:20:09 -0500 Subject: [PATCH] chore(main): release 3.19.2 (#352) 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 3362d3a3..ca66de7f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.19.1" + ".": "3.19.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4384d903..7c0a05df 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. +## [3.19.2](https://github.com/javalent/fantasy-statblocks/compare/3.19.1...3.19.2) (2024-02-21) + + +### Bug Fixes + +* Fixes issue where having DR installed but not enabled in FS would erroneously run dice callbacks ([2fa84c1](https://github.com/javalent/fantasy-statblocks/commit/2fa84c1ba2c48a5b7c672724b271df466eefef05)) + ## [3.19.1](https://github.com/javalent/fantasy-statblocks/compare/3.19.0...3.19.1) (2024-02-20) diff --git a/manifest.json b/manifest.json index b9f841e7..dcc5a095 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-5e-statblocks", "name": "Fantasy Statblocks", - "version": "3.19.1", + "version": "3.19.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 e75ee905..74152541 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fantasy-statblocks", - "version": "3.19.1", + "version": "3.19.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fantasy-statblocks", - "version": "3.19.1", + "version": "3.19.2", "license": "MIT", "dependencies": { "yaml": "^2.1.3" diff --git a/package.json b/package.json index 624cb77a..37b80d37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fantasy-statblocks", - "version": "3.19.1", + "version": "3.19.2", "description": "Create Fantasy statblocks in Obsidian.md", "scripts": { "dev": "node ./esbuild.config.mjs",