From ab40ecfa39a9f1d8032678df01562392d0ae17bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:06:54 -0500 Subject: [PATCH] chore(main): release 12.4.4 (#246) 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 9f3f4502..f2a96587 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "12.4.3" + ".": "12.4.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8885aea9..adb86c93 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. +## [12.4.4](https://github.com/javalent/initiative-tracker/compare/12.4.3...12.4.4) (2024-01-12) + + +### Bug Fixes + +* fix error caused by no player level being set ([d8639ec](https://github.com/javalent/initiative-tracker/commit/d8639ec667a8ad44c1a025b96e4b2d46a4bcde82)) + ## [12.4.3](https://github.com/javalent/initiative-tracker/compare/12.4.2...12.4.3) (2024-01-11) diff --git a/manifest.json b/manifest.json index a53e78e4..ffe392dc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "12.4.3", + "version": "12.4.4", "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 f3dbda4f..7bc80a7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "initiative-tracker", - "version": "12.4.3", + "version": "12.4.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "initiative-tracker", - "version": "12.4.3", + "version": "12.4.4", "license": "MIT", "devDependencies": { "@codemirror/commands": "^6.2.5", diff --git a/package.json b/package.json index 52262a89..7473347d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "initiative-tracker", - "version": "12.4.3", + "version": "12.4.4", "description": "TTRPG Initiative Tracker for Obsidian.md", "main": "main.js", "scripts": {