From 966682f3b8fadfe699670dd90e07c8060e07a66f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 00:06:30 -0400 Subject: [PATCH] chore(main): release 13.0.16 (#307) 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 750f68b..5331ff7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "13.0.15" + ".": "13.0.16" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c63df52..f1c648f 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.16](https://github.com/javalent/initiative-tracker/compare/13.0.15...13.0.16) (2024-10-04) + + +### Bug Fixes + +* Reverts unintentional breaking Dice Roller change ([5769efe](https://github.com/javalent/initiative-tracker/commit/5769efe56310034eeff2c3a65b9d2f82c576efee)) + ## [13.0.15](https://github.com/javalent/initiative-tracker/compare/13.0.14...13.0.15) (2024-09-27) diff --git a/manifest.json b/manifest.json index ddb1c52..22d42ba 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "13.0.15", + "version": "13.0.16", "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 8776c99..123d8d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@javalent/initiative-tracker", - "version": "13.0.15", + "version": "13.0.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@javalent/initiative-tracker", - "version": "13.0.15", + "version": "13.0.16", "license": "MIT", "devDependencies": { "@codemirror/commands": "^6.2.5", diff --git a/package.json b/package.json index 55be6e8..2b0882d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@javalent/initiative-tracker", - "version": "13.0.15", + "version": "13.0.16", "description": "TTRPG Initiative Tracker for Obsidian.md", "types": "./dist/index.d.ts", "scripts": {