From f4b6b57859db17036215f41ca1345cbcb296c01f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 20:12:57 -0400 Subject: [PATCH] chore(main): release 13.0.3 (#259) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c5fcd77..e06df13 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "13.0.2" + ".": "13.0.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0787729..952b5c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. +## [13.0.3](https://github.com/javalent/initiative-tracker/compare/13.0.2...13.0.3) (2024-03-22) + + +### Bug Fixes + +* Fixes IT menus on mobile ([bfb2312](https://github.com/javalent/initiative-tracker/commit/bfb23123445362eb37010276729009adbfeddadd)) +* Improves Add Creature experience on mobile ([5a20e10](https://github.com/javalent/initiative-tracker/commit/5a20e105f74079ce271ccf3a63e0c4546d71555c)) +* Removes legacy creator option ([d8f6cdb](https://github.com/javalent/initiative-tracker/commit/d8f6cdb2b31fd2b0cf88e7e449079bab8fd21916)) +* Slightly decreases font size on mobile for better readability ([54abd6f](https://github.com/javalent/initiative-tracker/commit/54abd6f94a1df1b4f89a701af5d7f4cecce06b2f)) + ## [13.0.2](https://github.com/javalent/initiative-tracker/compare/13.0.1...13.0.2) (2024-03-15) diff --git a/manifest.json b/manifest.json index bf1e768..f97e6bc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "13.0.2", + "version": "13.0.3", "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 e6faa11..0ae20be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "initiative-tracker", - "version": "13.0.2", + "version": "13.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "initiative-tracker", - "version": "13.0.2", + "version": "13.0.3", "license": "MIT", "devDependencies": { "@codemirror/commands": "^6.2.5", diff --git a/package.json b/package.json index 87ca6e6..5e9d665 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "initiative-tracker", - "version": "13.0.2", + "version": "13.0.3", "description": "TTRPG Initiative Tracker for Obsidian.md", "main": "main.js", "scripts": {