bump: 0.7.0

This commit is contained in:
Aleksey Korolev 2026-01-22 13:35:13 +03:00
parent bb9ff01bba
commit b5a050593d
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
"id": "event-highlight", "id": "event-highlight",
"name": "Event Highlight", "name": "Event Highlight",
"description": "Render colored bars with relative event dates", "description": "Render colored bars with relative event dates",
"version": "0.6.0", "version": "0.7.0",
"author": "playmean", "author": "playmean",
"authorUrl": "https://github.com/playmean", "authorUrl": "https://github.com/playmean",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "obsidian-event-highlight-plugin", "name": "obsidian-event-highlight-plugin",
"version": "0.6.0", "version": "0.7.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "obsidian-event-highlight-plugin", "name": "obsidian-event-highlight-plugin",
"version": "0.6.0", "version": "0.7.0",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.0.0", "@trivago/prettier-plugin-sort-imports": "^4.0.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "obsidian-event-highlight-plugin", "name": "obsidian-event-highlight-plugin",
"version": "0.6.0", "version": "0.7.0",
"description": "Render colored bars with relative event dates", "description": "Render colored bars with relative event dates",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {