🔖 0.7.4

This commit is contained in:
GitHub Action 2026-04-15 15:04:57 +00:00
parent bd20a736ca
commit b3af69c936
5 changed files with 14 additions and 5 deletions

View file

@ -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)

View file

@ -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",

View file

@ -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",

4
package-lock.json generated
View file

@ -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",

View file

@ -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",