Skip to content

Commit

Permalink
🔖 0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 1, 2023
1 parent 10d6e63 commit b71aef2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b71aef2

Please sign in to comment.