diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0877f5e..5de1a51 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "13.0.11" + ".": "13.0.12" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 494ad98..8fef779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.12](https://github.com/javalent/initiative-tracker/compare/13.0.11...13.0.12) (2024-06-02) + + +### Bug Fixes + +* Fixes PF2e system difficulty threshold calculation ([bc8ebad](https://github.com/javalent/initiative-tracker/commit/bc8ebad7fa458dec34fbca733ba06adb1c5527c3)) +* Fixes status descriptions displaying "null" if no description was set ([d1c44f6](https://github.com/javalent/initiative-tracker/commit/d1c44f625c2d7f57d66319336e010fce6b53979f)) +* Fixes Statuses not being logged correctly when starting a log file ([82a8faf](https://github.com/javalent/initiative-tracker/commit/82a8faf42b851500a584a1ea47889c1f7703b163)) +* Starting a new encounter from an Encounter block now correctly creates a new log file ([c6756ce](https://github.com/javalent/initiative-tracker/commit/c6756cec4cb0c3a33e4a8d86b9abc011b9556f23)) + ## [13.0.11](https://github.com/javalent/initiative-tracker/compare/13.0.10...13.0.11) (2024-05-09) diff --git a/manifest.json b/manifest.json index 8c7d575..5dd09b2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "13.0.11", + "version": "13.0.12", "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 8ae2fc9..ea81444 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@javalent/initiative-tracker", - "version": "13.0.11", + "version": "13.0.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@javalent/initiative-tracker", - "version": "13.0.11", + "version": "13.0.12", "license": "MIT", "devDependencies": { "@codemirror/commands": "^6.2.5", diff --git a/package.json b/package.json index 31c48cf..3251c3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@javalent/initiative-tracker", - "version": "13.0.11", + "version": "13.0.12", "description": "TTRPG Initiative Tracker for Obsidian.md", "types": "./dist/index.d.ts", "scripts": {