From 766c3349a34d80aaf82b6ef11d086dbcaa8c7330 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 11:15:03 -0500 Subject: [PATCH] chore(main): release 13.0.1 (#254) 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 589c730..4afd5f5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "13.0.0" + ".": "13.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 15f38e3..f3e8485 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. +## [13.0.1](https://github.com/javalent/initiative-tracker/compare/13.0.0...13.0.1) (2024-03-08) + + +### Bug Fixes + +* Improves Fantasy Statblocks bestiary resolution behavior ([a1a3d07](https://github.com/javalent/initiative-tracker/commit/a1a3d075c973953202c611fdb22b9979215105f6)) +* Properly unload FS resolve event ([17aa794](https://github.com/javalent/initiative-tracker/commit/17aa79472190defcf684fb333fea852b9ccce694)) + ## [13.0.0](https://github.com/javalent/initiative-tracker/compare/12.5.0...13.0.0) (2024-03-05) diff --git a/manifest.json b/manifest.json index b66747a..3b80289 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "13.0.0", + "version": "13.0.1", "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 95d2166..6389ab8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "initiative-tracker", - "version": "13.0.0", + "version": "13.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "initiative-tracker", - "version": "13.0.0", + "version": "13.0.1", "license": "MIT", "devDependencies": { "@codemirror/commands": "^6.2.5", diff --git a/package.json b/package.json index 7863b82..b833a2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "initiative-tracker", - "version": "13.0.0", + "version": "13.0.1", "description": "TTRPG Initiative Tracker for Obsidian.md", "main": "main.js", "scripts": {