diff --git a/CHANGELOG.md b/CHANGELOG.md index 04f8353..0a8cae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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.4](https://github.com/ebullient/obsidian-deck-notes/compare/0.7.3...0.7.4) + +- Bump @types/node from 24.10.4 to 25.0.3 [`#25`](https://github.com/ebullient/obsidian-deck-notes/pull/25) +- Bump esbuild from 0.25.12 to 0.27.2 [`#24`](https://github.com/ebullient/obsidian-deck-notes/pull/24) +- Bump @biomejs/biome from 2.2.6 to 2.3.10 [`#26`](https://github.com/ebullient/obsidian-deck-notes/pull/26) +- ⬆️ update minimatch, audit fix [`7d2f43e`](https://github.com/ebullient/obsidian-deck-notes/commit/7d2f43e75236c0f89dde3e315c0c880bcc553323) + #### [0.7.3](https://github.com/ebullient/obsidian-deck-notes/compare/0.7.2...0.7.3) +> 3 January 2026 + - ⬆️ 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) diff --git a/manifest-beta.json b/manifest-beta.json index ac6a573..9eb9aba 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "deck-notes", "name": "Deck Notes", - "version": "0.7.3", + "version": "0.7.4", "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 ac6a573..9eb9aba 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "deck-notes", "name": "Deck Notes", - "version": "0.7.3", + "version": "0.7.4", "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 a9ceaa6..451038a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deck-notes", - "version": "0.7.3", + "version": "0.7.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "deck-notes", - "version": "0.7.3", + "version": "0.7.4", "license": "MIT", "devDependencies": { "@biomejs/biome": "2.4.7", diff --git a/package.json b/package.json index 2a52151..c0a409a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deck-notes", - "version": "0.7.3", + "version": "0.7.4", "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",