From f0422fadfbbd78019b42c0611ccc163c6ae8e689 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 18:54:48 -0400 Subject: [PATCH] chore(main): release 12.4.2 (#237) 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 7711d7e4..1b33e07c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "12.4.1" + ".": "12.4.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index cf3b2c06..0dcc46f3 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.4.2](https://github.com/javalent/initiative-tracker/compare/12.4.1...12.4.2) (2023-10-17) + + +### Bug Fixes + +* Fixes issue where the encounter builder ribbon icon could cause the plugin to not load ([6534c87](https://github.com/javalent/initiative-tracker/commit/6534c8711fc03a7ca905d774b94cdb62bcf26fbe)) + ## [12.4.1](https://github.com/javalent/initiative-tracker/compare/12.4.0...12.4.1) (2023-10-17) diff --git a/manifest.json b/manifest.json index 29e52dc9..660c8bb2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "12.4.1", + "version": "12.4.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 766af69e..13ffc856 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "initiative-tracker", - "version": "12.4.1", + "version": "12.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "initiative-tracker", - "version": "12.4.1", + "version": "12.4.2", "license": "MIT", "devDependencies": { "@codemirror/commands": "^6.2.5", diff --git a/package.json b/package.json index 143a22ff..98ad5878 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "initiative-tracker", - "version": "12.4.1", + "version": "12.4.2", "description": "TTRPG Initiative Tracker for Obsidian.md", "main": "main.js", "scripts": {