From ba8ccf22e8eb24edd2cae9609606864a2fff28c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 13:06:10 -0400 Subject: [PATCH] chore(main): release 12.1.4 (#218) 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 770ccfc9..28ff6c96 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "12.1.3" + ".": "12.1.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a8ac044..7b1037bb 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. +## [12.1.4](https://github.com/javalent/initiative-tracker/compare/12.1.3...12.1.4) (2023-09-12) + + +### Bug Fixes + +* Ignore creatures from FS that shouldn't be in bestiary. ([77d048d](https://github.com/javalent/initiative-tracker/commit/77d048d793c94f6d4b0d0cf332deeb1f943c727a)) + ## [12.1.3](https://github.com/javalent/initiative-tracker/compare/12.1.2...12.1.3) (2023-09-05) diff --git a/manifest.json b/manifest.json index badb8358..ca0dd1ed 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "12.1.3", + "version": "12.1.4", "minAppVersion": "0.15.0", "author": "Jeremy Valentine", "description": "TTRPG Initiative Tracker for Obsidian.md", diff --git a/package-lock.json b/package-lock.json index 5b961f06..070b6e89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "initiative-tracker", - "version": "12.1.3", + "version": "12.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "initiative-tracker", - "version": "12.1.3", + "version": "12.1.4", "license": "MIT", "devDependencies": { "@codemirror/commands": "^6.2.3", diff --git a/package.json b/package.json index f0c65529..c852a039 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "initiative-tracker", - "version": "12.1.3", + "version": "12.1.4", "description": "TTRPG Initiative Tracker for Obsidian.md", "main": "main.js", "scripts": {