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:
semantic-release-bot 2026-07-21 08:16:01 +00:00
parent b7857f20d7
commit 08bcdc92ee
5 changed files with 7 additions and 5 deletions

View file

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

View file

@ -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
View file

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

View file

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

View file

@ -1 +1 @@
export const VERSION = "2.9.2";
export const VERSION = "2.10.0";