From 396238ce55ee3be9f5e0f78883a6efb929c7b01f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 21:40:11 -0400 Subject: [PATCH] chore(main): release 12.3.0 (#231) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f963ee2f..3e6213d8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "12.2.6" + ".": "12.3.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fa2bf2f3..68ad0ed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.3.0](https://github.com/javalent/initiative-tracker/compare/12.2.6...12.3.0) (2023-10-09) + + +### Features + +* Add DnD 5e Cr2.0 Simple XP Calculation System ([#230](https://github.com/javalent/initiative-tracker/issues/230)) ([f369cad](https://github.com/javalent/initiative-tracker/commit/f369cad6171e16ac00ef128511cc49cdea156229)) +* Basic API started ([a136eb1](https://github.com/javalent/initiative-tracker/commit/a136eb1ee5bb812f342520d463905be33d3e2d75)) + ## [12.2.6](https://github.com/javalent/initiative-tracker/compare/12.2.5...12.2.6) (2023-09-29) diff --git a/manifest.json b/manifest.json index 95f6ac61..f4c6a894 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "12.2.6", + "version": "12.3.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 96e2b615..3367fb28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "initiative-tracker", - "version": "12.2.6", + "version": "12.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "initiative-tracker", - "version": "12.2.6", + "version": "12.3.0", "license": "MIT", "devDependencies": { "@codemirror/commands": "^6.2.5", diff --git a/package.json b/package.json index 8e4ba70e..c180b3d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "initiative-tracker", - "version": "12.2.6", + "version": "12.3.0", "description": "TTRPG Initiative Tracker for Obsidian.md", "main": "main.js", "scripts": {