bump: 0.5.0

This commit is contained in:
playmean 2025-03-25 15:29:35 +03:00
parent 7793cf3b30
commit 8e6dbc3503
3 changed files with 4 additions and 4 deletions

View file

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

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-event-highlight-plugin",
"version": "0.4.0+sha.18c739b5",
"version": "0.5.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-event-highlight-plugin",
"version": "0.4.0+sha.18c739b5",
"version": "0.5.0",
"license": "MIT",
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.0.0",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-event-highlight-plugin",
"version": "0.4.0+sha.18c739b5",
"version": "0.5.0",
"description": "Render colored bars with relative event dates",
"main": "main.js",
"scripts": {