From 90d72633a9b18dbf51e09ae24ff87526b16cb48c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 08:42:26 -0400 Subject: [PATCH] chore(main): release 12.2.2 (#221) 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 475e3b56..28aa081e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "12.2.1" + ".": "12.2.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 93761e24..7862f7ac 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.2.2](https://github.com/javalent/initiative-tracker/compare/12.2.1...12.2.2) (2023-09-20) + + +### Bug Fixes + +* Respect never rolling initiative when launching encounter ([1ab1271](https://github.com/javalent/initiative-tracker/commit/1ab1271ec8a77d500a85e612152b504e36a9abc6)) + ## [12.2.1](https://github.com/javalent/initiative-tracker/compare/12.2.0...12.2.1) (2023-09-20) diff --git a/manifest.json b/manifest.json index a869b408..2f91c7cd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "12.2.1", + "version": "12.2.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 baf49a8f..1b03ea48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "initiative-tracker", - "version": "12.2.1", + "version": "12.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "initiative-tracker", - "version": "12.2.1", + "version": "12.2.2", "license": "MIT", "devDependencies": { "@codemirror/commands": "^6.2.3", diff --git a/package.json b/package.json index a9ae691f..acb8059a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "initiative-tracker", - "version": "12.2.1", + "version": "12.2.2", "description": "TTRPG Initiative Tracker for Obsidian.md", "main": "main.js", "scripts": {