mirror of
https://github.com/sean2077/obsidian-dynamic-theme-background.git
synced 2026-07-22 06:44:57 +00:00
chore(release): 2.10.0 [skip ci]
## [2.10.0](https://github.com/sean2077/obsidian-dynamic-theme-background/compare/2.9.2...2.10.0) (2026-07-21)
This commit is contained in:
parent
b7857f20d7
commit
08bcdc92ee
5 changed files with 7 additions and 5 deletions
|
|
@ -1,3 +1,5 @@
|
|||
## [2.10.0](https://github.com/sean2077/obsidian-dynamic-theme-background/compare/2.9.2...2.10.0) (2026-07-21)
|
||||
|
||||
## [2.9.2](https://github.com/sean2077/obsidian-dynamic-theme-background/compare/2.9.1...2.9.2) (2026-07-21)
|
||||
|
||||
## [2.9.1](https://github.com/sean2077/obsidian-dynamic-theme-background/compare/2.9.0...2.9.1) (2026-07-20)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "dynamic-theme-background",
|
||||
"name": "Dynamic Theme Background",
|
||||
"version": "2.9.2",
|
||||
"version": "2.10.0",
|
||||
"minAppVersion": "1.11.4",
|
||||
"description": "Build Your Own Wallpaper Library! Make every note-taking experience visually inspiring.",
|
||||
"author": "sean2077",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "obsidian-dynamic-theme-background-plugin",
|
||||
"version": "2.9.2",
|
||||
"version": "2.10.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-dynamic-theme-background-plugin",
|
||||
"version": "2.9.2",
|
||||
"version": "2.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.39.4",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-dynamic-theme-background-plugin",
|
||||
"version": "2.9.2",
|
||||
"version": "2.10.0",
|
||||
"description": "A plugin for Obsidian that dynamically changes the background based on time of day and user settings.",
|
||||
"main": "main.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export const VERSION = "2.9.2";
|
||||
export const VERSION = "2.10.0";
|
||||
|
|
|
|||
Loading…
Reference in a new issue