mirror of
https://github.com/ebullient/obsidian-deck-notes.git
synced 2026-07-22 06:40:43 +00:00
🔖 0.7.6
This commit is contained in:
parent
cee3c8a993
commit
96f9f35f70
5 changed files with 13 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue