diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 14a1be9..8a5ae60 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "13.0.5" + ".": "13.0.6" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 24ea1b2..df970d0 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. +## [13.0.6](https://github.com/javalent/initiative-tracker/compare/13.0.5...13.0.6) (2024-04-23) + + +### Bug Fixes + +* Remove obsidian-overload package ([775fe52](https://github.com/javalent/initiative-tracker/commit/775fe523d0717708bbad329d2c8ce50890dbbf3c)) +* Switch to `[@javalent](https://github.com/javalent)` scoped FS module ([c8eeb33](https://github.com/javalent/initiative-tracker/commit/c8eeb33756aa988057988684a5c3bcf09eaeaa1a)) + ## [13.0.5](https://github.com/javalent/initiative-tracker/compare/13.0.4...13.0.5) (2024-04-15) diff --git a/manifest.json b/manifest.json index cb819b4..3dd230e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "13.0.5", + "version": "13.0.6", "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 ff8ca36..612ca79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@javalent/initiative-tracker", - "version": "13.0.5", + "version": "13.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@javalent/initiative-tracker", - "version": "13.0.5", + "version": "13.0.6", "license": "MIT", "devDependencies": { "@codemirror/commands": "^6.2.5", diff --git a/package.json b/package.json index faad9a9..ccc5827 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@javalent/initiative-tracker", - "version": "13.0.5", + "version": "13.0.6", "description": "TTRPG Initiative Tracker for Obsidian.md", "types": "./dist/index.d.ts", "scripts": {