diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3b733ff3..32e0965f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.0" + ".": "10.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 608a6129..9179b86a 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. +## [10.0.1](https://github.com/javalent/initiative-tracker/compare/10.0.0...10.0.1) (2023-05-05) + + +### Bug Fixes + +* Fixes reset filters to default ([de9a394](https://github.com/javalent/initiative-tracker/commit/de9a3942f67611bb2111829d013fb82670c6ad98)) + ## [10.0.0](https://github.com/javalent/initiative-tracker/compare/9.11.1...10.0.0) (2023-05-05) diff --git a/manifest.json b/manifest.json index 5fe4e85f..7cdd031b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "9.11.1", + "version": "10.0.1", "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 d44e64e0..becbad63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "initiative-tracker", - "version": "10.0.0", + "version": "10.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "initiative-tracker", - "version": "10.0.0", + "version": "10.0.1", "license": "MIT", "devDependencies": { "@codemirror/commands": "^6.2.3", diff --git a/package.json b/package.json index 5544c4ad..72460a80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "initiative-tracker", - "version": "10.0.0", + "version": "10.0.1", "description": "TTRPG Initiative Tracker for Obsidian.md", "main": "main.js", "scripts": {