From 7863a5280a817c83166a68e7b7140d90b61dd71b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:32:28 -0400 Subject: [PATCH] chore(main): release 13.0.13 (#302) 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 5de1a51..9f4be15 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "13.0.12" + ".": "13.0.13" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fef779..e281eac 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.13](https://github.com/javalent/initiative-tracker/compare/13.0.12...13.0.13) (2024-09-26) + + +### Bug Fixes + +* Update Dice Roller integration ([34a1a15](https://github.com/javalent/initiative-tracker/commit/34a1a15f227642834e096d81fb67e0b4865705e4)) + ## [13.0.12](https://github.com/javalent/initiative-tracker/compare/13.0.11...13.0.12) (2024-06-02) diff --git a/manifest.json b/manifest.json index 5dd09b2..9a9c6f9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "13.0.12", + "version": "13.0.13", "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 ea81444..e2b8c79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@javalent/initiative-tracker", - "version": "13.0.12", + "version": "13.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@javalent/initiative-tracker", - "version": "13.0.12", + "version": "13.0.13", "license": "MIT", "devDependencies": { "@codemirror/commands": "^6.2.5", diff --git a/package.json b/package.json index 3251c3d..5b690e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@javalent/initiative-tracker", - "version": "13.0.12", + "version": "13.0.13", "description": "TTRPG Initiative Tracker for Obsidian.md", "types": "./dist/index.d.ts", "scripts": {