From 77e3a30086329be32f04c9478cc90e1fbe55e9f6 Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 18:42:57 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=200.7.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a8cae7..d93341e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,18 @@ 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.5](https://github.com/ebullient/obsidian-deck-notes/compare/0.7.4...0.7.5) + +- 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) +- ⬆️ resolve dependencies [`8247f3a`](https://github.com/ebullient/obsidian-deck-notes/commit/8247f3a92c7238f0abb08889bc7c5867dcd28d87) +- Bump typescript from 5.9.3 to 6.0.2 [`8ea3cd0`](https://github.com/ebullient/obsidian-deck-notes/commit/8ea3cd02cfa789c91de4e8313ca52abea11d8608) + #### [0.7.4](https://github.com/ebullient/obsidian-deck-notes/compare/0.7.3...0.7.4) +> 15 April 2026 + - 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) diff --git a/manifest-beta.json b/manifest-beta.json index e0e6456..e3434a7 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "deck-notes", "name": "Deck Notes", - "version": "0.7.4", + "version": "0.7.5", "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 e0e6456..e3434a7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "deck-notes", "name": "Deck Notes", - "version": "0.7.4", + "version": "0.7.5", "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 f2e441e..e7ead13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deck-notes", - "version": "0.7.4", + "version": "0.7.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "deck-notes", - "version": "0.7.4", + "version": "0.7.5", "license": "MIT", "devDependencies": { "@biomejs/biome": "2.4.9", diff --git a/package.json b/package.json index d15aca5..f4b5c7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deck-notes", - "version": "0.7.4", + "version": "0.7.5", "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",