diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f367b39a..575a2351 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "12.1.1" + ".": "12.1.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a0b4865..f0bbce09 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.1.2](https://github.com/javalent/initiative-tracker/compare/12.1.1...12.1.2) (2023-08-25) + + +### Bug Fixes + +* Creatures with HP specified will no longer roll HP ([8790517](https://github.com/javalent/initiative-tracker/commit/8790517f88d3f94e38e4477579e291a3bfcb81b7)) + ## [12.1.1](https://github.com/javalent/initiative-tracker/compare/12.1.0...12.1.1) (2023-08-24) diff --git a/manifest.json b/manifest.json index a31d430b..a5784808 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "12.1.1", + "version": "12.1.2", "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 8ed30679..baf227dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "initiative-tracker", - "version": "12.1.1", + "version": "12.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "initiative-tracker", - "version": "12.1.1", + "version": "12.1.2", "license": "MIT", "devDependencies": { "@codemirror/commands": "^6.2.3", diff --git a/package.json b/package.json index aa5dcea7..8a4c1e7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "initiative-tracker", - "version": "12.1.1", + "version": "12.1.2", "description": "TTRPG Initiative Tracker for Obsidian.md", "main": "main.js", "scripts": {