diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c77a5d..0a4a292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,24 @@ 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.2](https://github.com/ebullient/obsidian-day-planner-og/compare/0.6.1...0.6.2) + +- 👷 ♻️ 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) +- Bump @types/node from 22.10.1 to 22.10.2 [`8939c7b`](https://github.com/ebullient/obsidian-day-planner-og/commit/8939c7b4465de52ddcaa56199cabad7a1552ab50) +- Bump svelte from 5.9.1 to 5.10.0 [`2c3f70e`](https://github.com/ebullient/obsidian-day-planner-og/commit/2c3f70e0e346791d1f4cc6acc2198af32c650fe0) +- Bump @testing-library/svelte from 5.2.4 to 5.2.5 [`abcfcfa`](https://github.com/ebullient/obsidian-day-planner-og/commit/abcfcfa413ea8b34cc4efcb297c91f1f9aaab072) +- Bump typescript from 5.6.3 to 5.7.2 [`43d214b`](https://github.com/ebullient/obsidian-day-planner-og/commit/43d214bd27ff88e78f97bdf08f2b245c9afec84c) +- Bump @types/node from 22.9.1 to 22.9.4 [`5e961fd`](https://github.com/ebullient/obsidian-day-planner-og/commit/5e961fdaf5dc9e80e75bd3298e234bf224f5279a) +- Bump svelte from 5.2.7 to 5.2.8 [`acd1c20`](https://github.com/ebullient/obsidian-day-planner-og/commit/acd1c200538435d50b4c837f4c139a38bb1f7b80) +- 💸 move to org-level funding file [`dd5d3ba`](https://github.com/ebullient/obsidian-day-planner-og/commit/dd5d3baf7c85167cca04ae99bf4d2d316ecc73d1) +- 👷 bad branch constraint for PR builds [`cf786c1`](https://github.com/ebullient/obsidian-day-planner-og/commit/cf786c194806a911e4d93a8399e83630f093e896) + #### [0.6.1](https://github.com/ebullient/obsidian-day-planner-og/compare/0.6.0...0.6.1) +> 13 November 2024 + - 🎨 text wrapping / hanging indent for longer lines [`0b2edb3`](https://github.com/ebullient/obsidian-day-planner-og/commit/0b2edb3065bafb9a33f769b023db23089bc4e75d) #### [0.6.0](https://github.com/ebullient/obsidian-day-planner-og/compare/0.5.26...0.6.0) diff --git a/manifest-beta.json b/manifest-beta.json index 66a968f..3e54bd0 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "day-planner-og", "name": "Day Planner (OG)", - "version": "0.6.1", + "version": "0.6.2", "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 66a968f..3e54bd0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "day-planner-og", "name": "Day Planner (OG)", - "version": "0.6.1", + "version": "0.6.2", "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 987c2e2..3a0b7fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-day-planner-og", - "version": "0.6.1", + "version": "0.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-day-planner-og", - "version": "0.6.1", + "version": "0.6.2", "license": "MIT", "dependencies": { "chroma-js": "^3.1.2", diff --git a/package.json b/package.json index 35ff404..4ce3241 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-day-planner-og", - "version": "0.6.1", + "version": "0.6.2", "description": "A plugin to help you plan your day and setup pomodoro timers", "main": "main.js", "scripts": {