From 07e78893daf489aff2374930eef7eec46bcfc6a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:17:44 -0400 Subject: [PATCH] chore(main): release 13.0.5 (#267) 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 d830260..14a1be9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "13.0.4" + ".": "13.0.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 838ab67..24ea1b2 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.5](https://github.com/javalent/initiative-tracker/compare/13.0.4...13.0.5) (2024-04-15) + + +### Bug Fixes + +* Encounter blocks will less greedily add the default party if players are explicitly defined ([eb4a59a](https://github.com/javalent/initiative-tracker/commit/eb4a59a5d1becda8ba659abe6238e0470ae7d987)) +* Encounters copied from the Encounter Builder no longer include disabled players in the output (close [#265](https://github.com/javalent/initiative-tracker/issues/265)) ([fd045ac](https://github.com/javalent/initiative-tracker/commit/fd045ac75bf9acf731bf3876cac9f757191e48ec)) + ## [13.0.4](https://github.com/javalent/initiative-tracker/compare/13.0.3...13.0.4) (2024-03-23) diff --git a/manifest.json b/manifest.json index 3ac09b6..cb819b4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "13.0.4", + "version": "13.0.5", "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 8b8562c..6d2b444 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "initiative-tracker", - "version": "13.0.4", + "version": "13.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "initiative-tracker", - "version": "13.0.4", + "version": "13.0.5", "license": "MIT", "devDependencies": { "@codemirror/commands": "^6.2.5", diff --git a/package.json b/package.json index e38784c..ce53299 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "initiative-tracker", - "version": "13.0.4", + "version": "13.0.5", "description": "TTRPG Initiative Tracker for Obsidian.md", "main": "main.js", "scripts": {