diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c04d3..04f8353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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.7.3](https://github.com/ebullient/obsidian-deck-notes/compare/0.7.2...0.7.3) + +- ⬆️ dependency bump [`99da810`](https://github.com/ebullient/obsidian-deck-notes/commit/99da810b1a1ffe96e83f0d665bc3ffb9039a43cd) +- ♻️ Review comments [`1a249c7`](https://github.com/ebullient/obsidian-deck-notes/commit/1a249c742b8181be46331e2337f78dcc928301dd) +- 🎨 Add settings icon [`e57ad0a`](https://github.com/ebullient/obsidian-deck-notes/commit/e57ad0a696a475d33162a8fd855217a772ec9223) + #### [0.7.2](https://github.com/ebullient/obsidian-deck-notes/compare/0.7.1...0.7.2) +> 22 November 2025 + - 🎨 Simpilify tracking last seen [`c7df00f`](https://github.com/ebullient/obsidian-deck-notes/commit/c7df00f53d5ab0a88b9293b6dd0e4cfa62cc9db1) - 🐛 debounce over Timer [`68de05b`](https://github.com/ebullient/obsidian-deck-notes/commit/68de05b5d28f55789dfc85e76cd78182e09f7884) - ☕️ coffee [`1e10f70`](https://github.com/ebullient/obsidian-deck-notes/commit/1e10f70f57d3944f4e34be26ed06f665f0048516) diff --git a/manifest-beta.json b/manifest-beta.json index 49611ea..ac6a573 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "deck-notes", "name": "Deck Notes", - "version": "0.7.2", + "version": "0.7.3", "minAppVersion": "1.9.0", "description": "Define card decks for activities, strategies, or any content you want to rotate through. Embed cards in your notes or browse them in a modal. Filter by tag hierarchies to narrow your selection.", "author": "ebullient", diff --git a/manifest.json b/manifest.json index 49611ea..ac6a573 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "deck-notes", "name": "Deck Notes", - "version": "0.7.2", + "version": "0.7.3", "minAppVersion": "1.9.0", "description": "Define card decks for activities, strategies, or any content you want to rotate through. Embed cards in your notes or browse them in a modal. Filter by tag hierarchies to narrow your selection.", "author": "ebullient", diff --git a/package-lock.json b/package-lock.json index 56cc9ac..d8bcd93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deck-notes", - "version": "0.7.2", + "version": "0.7.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "deck-notes", - "version": "0.7.2", + "version": "0.7.3", "license": "MIT", "devDependencies": { "@biomejs/biome": "2.2.6", diff --git a/package.json b/package.json index 36287fc..56f4802 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deck-notes", - "version": "0.7.2", + "version": "0.7.3", "private": true, "description": "Define card decks for activities, strategies, or any content you want to rotate through. Embed cards in your notes or browse them in a modal. Filter by tag hierarchies to narrow your selection.", "main": "main.js",