Skip to content

Commit

Permalink
🔖 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 9, 2025
1 parent aad78b6 commit 22e40b9
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,22 @@ 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.6.3](https://github.com/ebullient/obsidian-day-planner-og/compare/0.6.2...0.6.3)

- 🔊 wrap console w/ logger + debug settings. [`#218`](https://github.com/ebullient/obsidian-day-planner-og/issues/218)
- 🐛 Fix Break/End label matching (starts with) [`1317e54`](https://github.com/ebullient/obsidian-day-planner-og/commit/1317e54aefb93302427ca699183c6bbd9a495ee1)
- Bump esbuild from 0.24.0 to 0.24.2 [`2a144e1`](https://github.com/ebullient/obsidian-day-planner-og/commit/2a144e1994352a4f413fe130e921c74221f564b6)
- Bump svelte from 5.10.0 to 5.16.1 [`40bc8a4`](https://github.com/ebullient/obsidian-day-planner-og/commit/40bc8a4ffe2c1b7e16de5fac573210d17def10a7)
- Bump @types/chroma-js from 2.4.4 to 2.4.5 [`dd62861`](https://github.com/ebullient/obsidian-day-planner-og/commit/dd6286196d6b8593e64641333c6da55572cf7da5)
- Bump svelte from 5.16.4 to 5.16.5 [`e201280`](https://github.com/ebullient/obsidian-day-planner-og/commit/e2012804e86f4f04725b63d5ff9978719a2da12b)
- Bump svelte from 5.16.1 to 5.16.4 [`c63a871`](https://github.com/ebullient/obsidian-day-planner-og/commit/c63a87146d4b2d12b83923552b01b594b698278b)
- Bump @types/chroma-js from 2.4.5 to 3.1.0 [`3c56af5`](https://github.com/ebullient/obsidian-day-planner-og/commit/3c56af5d7bca267becad4de39f443ff39f5ed535)
- Bump @types/node from 22.10.2 to 22.10.5 [`88a40ee`](https://github.com/ebullient/obsidian-day-planner-og/commit/88a40eed91305d1832198974c8f37502068f464f)

#### [0.6.2](https://github.com/ebullient/obsidian-day-planner-og/compare/0.6.1...0.6.2)

> 19 December 2024
- 👷 ♻️ eslint/prettier -> biome [`09849f8`](https://github.com/ebullient/obsidian-day-planner-og/commit/09849f8329c87701b7b9a651a55783d814b84f7d)
- Bump @vitest/coverage-v8 from 2.1.4 to 2.1.5 [`0017ded`](https://github.com/ebullient/obsidian-day-planner-og/commit/0017ded88f4ec04403c5e7f71afd456bc79bc3fc)
- Bump svelte from 5.1.16 to 5.2.3 [`5b9fc85`](https://github.com/ebullient/obsidian-day-planner-og/commit/5b9fc85c6fc764390bef2ec943fafecfdb78856f)
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.6.2",
"version": "0.6.3",
"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.6.2",
"version": "0.6.3",
"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
4 changes: 2 additions & 2 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.6.2",
"version": "0.6.3",
"description": "A plugin to help you plan your day and setup pomodoro timers",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 22e40b9

Please sign in to comment.