From ad2fac69cabafad3c043a9415773c4ca75a2a0b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:01:37 -0400 Subject: [PATCH] chore(main): release 12.4.0 (#234) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c7afa136..1265036d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "12.3.1" + ".": "12.4.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 254c334a..9684cc94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.0](https://github.com/javalent/initiative-tracker/compare/12.3.1...12.4.0) (2023-10-16) + + +### Features + +* Commands will now be registered to start each saved encounter ([15887b0](https://github.com/javalent/initiative-tracker/commit/15887b0748250558af55d2ba6ba8dd6db874c9a9)) + + +### Bug Fixes + +* Fixes issues with deleting encounters from settings ([69a9d94](https://github.com/javalent/initiative-tracker/commit/69a9d94385580c7ba1a8fa78cdaad47458f1e95a)) + ## [12.3.1](https://github.com/javalent/initiative-tracker/compare/12.3.0...12.3.1) (2023-10-12) diff --git a/manifest.json b/manifest.json index ddd62704..57b553a3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "12.3.1", + "version": "12.4.0", "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 8eb4a814..98ec806f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "initiative-tracker", - "version": "12.3.1", + "version": "12.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "initiative-tracker", - "version": "12.3.1", + "version": "12.4.0", "license": "MIT", "devDependencies": { "@codemirror/commands": "^6.2.5", diff --git a/package.json b/package.json index 662b2fc9..066c30eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "initiative-tracker", - "version": "12.3.1", + "version": "12.4.0", "description": "TTRPG Initiative Tracker for Obsidian.md", "main": "main.js", "scripts": {