From b9da6101778ffa78f2252debd934bdd14eebe67c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Apr 2023 13:52:35 -0400 Subject: [PATCH] chore(main): release 9.6.5 (#136) 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 46b257e3..a7b3d7ef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.6.4" + ".": "9.6.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a20b4f..288f06ab 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. +## [9.6.5](https://github.com/javalent/initiative-tracker/compare/9.6.4...9.6.5) (2023-04-22) + + +### Bug Fixes + +* use types from statblocks ([db46505](https://github.com/javalent/initiative-tracker/commit/db465051fb782c4874f04a86607579bf4931f56b)) + ## [9.6.4](https://github.com/javalent/initiative-tracker/compare/9.6.3...9.6.4) (2023-04-21) diff --git a/manifest.json b/manifest.json index cf2666f8..ea117c56 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "9.6.4", + "version": "9.6.5", "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 3887833a..48f11e2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "initiative-tracker", - "version": "9.6.4", + "version": "9.6.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "initiative-tracker", - "version": "9.6.4", + "version": "9.6.5", "license": "MIT", "devDependencies": { "@popperjs/core": "^2.9.2", diff --git a/package.json b/package.json index cf3b739f..2b7a86a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "initiative-tracker", - "version": "9.6.4", + "version": "9.6.5", "description": "TTRPG Initiative Tracker for Obsidian.md", "main": "main.js", "scripts": {