🔖 0.7.5

This commit is contained in:
GitHub Action 2026-04-30 18:42:57 +00:00
parent 8247f3a92c
commit 77e3a30086
5 changed files with 15 additions and 5 deletions

View file

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

View file

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

View file

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

4
package-lock.json generated
View file

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

View file

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