chore: release 0.2.4

This commit is contained in:
Sangrak Choi 2025-05-03 04:00:53 +09:00
parent c53579c4fe
commit e58701538d
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"id": "create-note-with-date",
"name": "Create Note with Date in This Directory",
"version": "0.2.3",
"version": "0.2.4",
"minAppVersion": "0.15.0",
"description": "Create a new note with today's date in the current directory",
"author": "Sangrak Choi",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-create-note-with-date",
"version": "0.2.3",
"version": "0.2.4",
"description": "Create a new note with today's date in the current directory",
"main": "main.js",
"scripts": {