From b5a050593d3dfa0c96fe4a7eb82116e75d098875 Mon Sep 17 00:00:00 2001 From: Aleksey Korolev Date: Thu, 22 Jan 2026 13:35:13 +0300 Subject: [PATCH] bump: 0.7.0 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index e8224fa..a81292f 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "event-highlight", "name": "Event Highlight", "description": "Render colored bars with relative event dates", - "version": "0.6.0", + "version": "0.7.0", "author": "playmean", "authorUrl": "https://github.com/playmean", "minAppVersion": "0.15.0", diff --git a/package-lock.json b/package-lock.json index d569765..6ba920a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-event-highlight-plugin", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-event-highlight-plugin", - "version": "0.6.0", + "version": "0.7.0", "license": "MIT", "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.0.0", diff --git a/package.json b/package.json index 18a90c5..8d36d76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-event-highlight-plugin", - "version": "0.6.0", + "version": "0.7.0", "description": "Render colored bars with relative event dates", "main": "main.js", "scripts": {