From 27c545dced5f544439811fa9a12e2e20890fda2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 09:59:41 -0500 Subject: [PATCH] chore(main): release 12.4.3 (#241) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b33e07c..9f3f4502 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "12.4.2" + ".": "12.4.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dcc46f3..8885aea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.3](https://github.com/javalent/initiative-tracker/compare/12.4.2...12.4.3) (2024-01-11) + + +### Bug Fixes + +* Creatures will roll for HP correctly when added through the UI ([e6198f1](https://github.com/javalent/initiative-tracker/commit/e6198f1272f20bdf9c5096a37b56c3536b48325a)) +* fixes party level calculation for pf2e system ([005f7ec](https://github.com/javalent/initiative-tracker/commit/005f7ec1b40e5eeb637e562a9a5d8738ce89c990)) +* removed logs ([21a6acc](https://github.com/javalent/initiative-tracker/commit/21a6acc5f364409baa18a69d803fbc14e1c99289)) + ## [12.4.2](https://github.com/javalent/initiative-tracker/compare/12.4.1...12.4.2) (2023-10-17) diff --git a/manifest.json b/manifest.json index 660c8bb2..a53e78e4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "12.4.2", + "version": "12.4.3", "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 199f0daf..f3dbda4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "initiative-tracker", - "version": "12.4.2", + "version": "12.4.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "initiative-tracker", - "version": "12.4.2", + "version": "12.4.3", "license": "MIT", "devDependencies": { "@codemirror/commands": "^6.2.5", diff --git a/package.json b/package.json index 98ad5878..52262a89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "initiative-tracker", - "version": "12.4.2", + "version": "12.4.3", "description": "TTRPG Initiative Tracker for Obsidian.md", "main": "main.js", "scripts": {