diff --git a/CHANGELOG.md b/CHANGELOG.md index d93341e..087a18e 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.6](https://github.com/ebullient/obsidian-deck-notes/compare/0.7.5...0.7.6) + +- Bump esbuild from 0.27.7 to 0.28.0 [`#33`](https://github.com/ebullient/obsidian-deck-notes/pull/33) +- Bump @biomejs/biome from 2.4.9 to 2.4.11 [`#34`](https://github.com/ebullient/obsidian-deck-notes/pull/34) +- ⬆️ update dependencies [`7e419d4`](https://github.com/ebullient/obsidian-deck-notes/commit/7e419d40287d9d1244987cada01e6389af05900c) + #### [0.7.5](https://github.com/ebullient/obsidian-deck-notes/compare/0.7.4...0.7.5) +> 30 April 2026 + - Bump eslint from 9.39.4 to 10.1.0 [`c3d2281`](https://github.com/ebullient/obsidian-deck-notes/commit/c3d22818d4489bed4b00b56e56cc2107676aaf27) - 🔧 🎨 eslint updates + fixes [`622aa16`](https://github.com/ebullient/obsidian-deck-notes/commit/622aa168fe4ed55c01d81cbc5680e49033b87d48) - Bump @biomejs/biome from 2.4.7 to 2.4.9 [`39dfce8`](https://github.com/ebullient/obsidian-deck-notes/commit/39dfce8020a4a2b74197a7a0a3aa20e3c7afaca3) diff --git a/manifest-beta.json b/manifest-beta.json index e3434a7..9c6502e 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "deck-notes", "name": "Deck Notes", - "version": "0.7.5", + "version": "0.7.6", "minAppVersion": "1.12.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 e3434a7..9c6502e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "deck-notes", "name": "Deck Notes", - "version": "0.7.5", + "version": "0.7.6", "minAppVersion": "1.12.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 3501d86..7029f71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deck-notes", - "version": "0.7.5", + "version": "0.7.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "deck-notes", - "version": "0.7.5", + "version": "0.7.6", "license": "MIT", "devDependencies": { "@biomejs/biome": "2.4.11", diff --git a/package.json b/package.json index 456b3f7..8b181ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deck-notes", - "version": "0.7.5", + "version": "0.7.6", "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",