From e548b24a725d86007feee08b532cd4052e480b0b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 23 Apr 2023 19:16:45 +0000 Subject: [PATCH] release(version): Release 1.1.1 [skip ci] ## [1.1.1](https://github.com/cdloh/obsidian-cron/compare/1.1.0...1.1.1) (2023-04-23) ### Bug Fixes * Fix the lock feature for cronjob ([70cb4a8](https://github.com/cdloh/obsidian-cron/commit/70cb4a868671f191ff70719ff8b9e7049889f580)) --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 23b9433..ed82949 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "cron", "name": "Cron", - "version": "1.1.0", + "version": "1.1.1", "minAppVersion": "0.15.0", "description": "Simple CRON / schedular plugin to regularly run user scripts or Obsidian commands.", "author": "Callum Loh", diff --git a/package-lock.json b/package-lock.json index cae2020..c030bc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-cron-plugin", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-cron-plugin", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.6", diff --git a/package.json b/package.json index 5aeb508..0b6ff0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-cron-plugin", - "version": "1.1.0", + "version": "1.1.1", "description": "Simple CRON / Schedular plugin to regularly run user scripts or Obsidian commands for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9021324..1629de4 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "0.0.1": "0.15.0", "1.0.0": "0.15.0", - "1.1.0": "0.15.0" + "1.1.0": "0.15.0", + "1.1.1": "0.15.0" } \ No newline at end of file