diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d3cb8a..7c77a5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.1](https://github.com/ebullient/obsidian-day-planner-og/compare/0.6.0...0.6.1) + +- 🎨 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) +> 13 November 2024 + - 🐛 fix broken timeline view [`ed468a2`](https://github.com/ebullient/obsidian-day-planner-og/commit/ed468a218eed360123926a5948db457c5737083f) - Bump esbuild-svelte from 0.8.2 to 0.9.0 [`ba6d421`](https://github.com/ebullient/obsidian-day-planner-og/commit/ba6d4212652df6e7d5643e4c97cf2fe54e91b483) - Bump tslib from 2.8.0 to 2.8.1 [`0abd3ab`](https://github.com/ebullient/obsidian-day-planner-og/commit/0abd3ab004e0a6b8c4478c6aa91d1ed9187eca0f) diff --git a/manifest-beta.json b/manifest-beta.json index 5601a83..66a968f 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "day-planner-og", "name": "Day Planner (OG)", - "version": "0.6.0", + "version": "0.6.1", "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 5601a83..66a968f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "day-planner-og", "name": "Day Planner (OG)", - "version": "0.6.0", + "version": "0.6.1", "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 2fa855c..11d6832 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-day-planner-og", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-day-planner-og", - "version": "0.6.0", + "version": "0.6.1", "license": "MIT", "dependencies": { "chroma-js": "^3.1.2", diff --git a/package.json b/package.json index 3dabb59..d2cb002 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-day-planner-og", - "version": "0.6.0", + "version": "0.6.1", "description": "A plugin to help you plan your day and setup pomodoro timers", "main": "main.js", "scripts": {