Release-v0.8.0

This commit is contained in:
Victor Wiebe 2026-07-28 09:43:36 -04:00
parent f4483ef496
commit 77d86d1beb
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "joplin-plugin-gtd-calendar",
"version": "0.5.0",
"version": "0.8.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "joplin-plugin-gtd-calendar",
"version": "0.5.0",
"version": "0.8.0",
"license": "MIT",
"dependencies": {
"date-fns": "^2.29.3",

View File

@ -1,6 +1,6 @@
{
"name": "joplin-plugin-gtd-calendar",
"version": "0.7.0",
"version": "0.8.0",
"scripts": {
"test": "jest",
"predist": "bash scripts/archive-jpl.sh",

View File

@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "com.victorwiebe.joplin.plugin.gtd-calendar",
"app_min_version": "2.7",
"version": "0.7.0",
"version": "0.8.0",
"name": "GTD Calendar",
"description": "Day, week, and month calendars populated by your notes and to-dos, with click-through to the source note. Configure with simple YAML blocks. A GTD-friendly fork of Event Calendar by Franco Speziali.",
"author": "Victor Wiebe",