From f9fa6916e6aecd0f99d0f30a4fba0c6580fd0916 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 15:57:18 -0400 Subject: [PATCH] chore(main): release 11.3.1 (#201) 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 ea4460cf..f206978f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "11.3.0" + ".": "11.3.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 24221a99..8c8e1665 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. +## [11.3.1](https://github.com/javalent/initiative-tracker/compare/11.3.0...11.3.1) (2023-08-02) + + +### Bug Fixes + +* fixes incorrect variable name reference (close [#200](https://github.com/javalent/initiative-tracker/issues/200)) ([f45be61](https://github.com/javalent/initiative-tracker/commit/f45be6143c9431fa8c281cfe7cd212f10b669da2)) + ## [11.3.0](https://github.com/javalent/initiative-tracker/compare/11.2.0...11.3.0) (2023-08-02) diff --git a/manifest.json b/manifest.json index 92391a35..9476e0ee 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "11.3.0", + "version": "11.3.1", "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 311ad684..f1d3d69f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "initiative-tracker", - "version": "11.3.0", + "version": "11.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "initiative-tracker", - "version": "11.3.0", + "version": "11.3.1", "license": "MIT", "devDependencies": { "@codemirror/commands": "^6.2.3", diff --git a/package.json b/package.json index 8357dee5..910ca71f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "initiative-tracker", - "version": "11.3.0", + "version": "11.3.1", "description": "TTRPG Initiative Tracker for Obsidian.md", "main": "main.js", "scripts": {