From 9312dfedd89d19eac6a73eadc736a76ce729f57f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 11:05:55 -0400 Subject: [PATCH] chore(main): release 13.0.14 (#303) 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 9f4be15..4b195c6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "13.0.13" + ".": "13.0.14" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e281eac..eea15a3 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. +## [13.0.14](https://github.com/javalent/initiative-tracker/compare/13.0.13...13.0.14) (2024-09-26) + + +### Bug Fixes + +* Fixes issue preventing encounters containing dice rollers from rendering ([68f3de7](https://github.com/javalent/initiative-tracker/commit/68f3de7d1021328b67268174594b236c26adc23a)) + ## [13.0.13](https://github.com/javalent/initiative-tracker/compare/13.0.12...13.0.13) (2024-09-26) diff --git a/manifest.json b/manifest.json index 9a9c6f9..da4a39d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "13.0.13", + "version": "13.0.14", "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 e2b8c79..57eb469 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@javalent/initiative-tracker", - "version": "13.0.13", + "version": "13.0.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@javalent/initiative-tracker", - "version": "13.0.13", + "version": "13.0.14", "license": "MIT", "devDependencies": { "@codemirror/commands": "^6.2.5", diff --git a/package.json b/package.json index 5b690e3..909cea9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@javalent/initiative-tracker", - "version": "13.0.13", + "version": "13.0.14", "description": "TTRPG Initiative Tracker for Obsidian.md", "types": "./dist/index.d.ts", "scripts": {