diff --git a/CHANGELOG.md b/CHANGELOG.md index d55fdaf..115c2df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.5.13](https://github.com/ebullient/obsidian-day-planner-og/compare/0.5.12...0.5.13) + +- ♻️ update svelte, use vitest [`#4`](https://github.com/ebullient/obsidian-day-planner-og/issues/4) +- 🎨 Sentence case for settings [`f576923`](https://github.com/ebullient/obsidian-day-planner-og/commit/f57692334263b37ee1e378081554aff620f6bee4) +- ♻️🔥 Shorten command names; Check scripts! [`6da9ccb`](https://github.com/ebullient/obsidian-day-planner-og/commit/6da9ccb5834a8cf3f58455b842bc7cadbae0512b) +- 🐛 Do not detach on unload [`10d6e63`](https://github.com/ebullient/obsidian-day-planner-og/commit/10d6e63310bd61cc5a932e3b90c10a250d20fe88) + #### [0.5.12](https://github.com/ebullient/obsidian-day-planner-og/compare/0.5.11...0.5.12) +> 1 September 2023 + - 🔧 metadata/license fixes [`6632aca`](https://github.com/ebullient/obsidian-day-planner-og/commit/6632aca08d7c497c30857042f707997897174ab7) #### [0.5.11](https://github.com/ebullient/obsidian-day-planner-og/compare/0.5.10...0.5.11) diff --git a/manifest-beta.json b/manifest-beta.json index eb0f36a..d11d400 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "day-planner-og", "name": "Day Planner (OG)", - "version": "0.5.12", + "version": "0.5.13", "minAppVersion": "0.16.0", "description": "A plugin to help you plan your day and setup pomodoro timers; fork of the original plugin by James Lynch (which stopped at 0.5.8) which preserves the look/feel and behavior of the original.", "isDesktopOnly": false, diff --git a/manifest.json b/manifest.json index eb0f36a..d11d400 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "day-planner-og", "name": "Day Planner (OG)", - "version": "0.5.12", + "version": "0.5.13", "minAppVersion": "0.16.0", "description": "A plugin to help you plan your day and setup pomodoro timers; fork of the original plugin by James Lynch (which stopped at 0.5.8) which preserves the look/feel and behavior of the original.", "isDesktopOnly": false, diff --git a/package-lock.json b/package-lock.json index 6f50e6e..05a1de1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,11 @@ { "name": "obsidian-day-planner-og", - "version": "0.5.12", + "version": "0.5.13", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "obsidian-day-planner-og", - "version": "0.5.12", + "version": "0.5.13", "license": "MIT", "dependencies": { "obsidian-daily-notes-interface": "^0.9.4" diff --git a/package.json b/package.json index dd96fca..6e28b28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-day-planner-og", - "version": "0.5.12", + "version": "0.5.13", "description": "A plugin to help you plan your day and setup pomodoro timers", "main": "main.js", "scripts": {