From e05272a1af20ad84f229de5beb3967fe0368d2ba Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Aug 2023 10:26:12 +0000 Subject: [PATCH] release(version): Release 1.1.2 [skip ci] ## [1.1.2](https://github.com/cdloh/obsidian-cron/compare/1.1.1...1.1.2) (2023-08-24) ### Bug Fixes * Fix cleaning up running jobs when deleting crons ([e505695](https://github.com/cdloh/obsidian-cron/commit/e505695003402c26e5930e28b50046643774f1ca)), closes [#4](https://github.com/cdloh/obsidian-cron/issues/4) --- 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 ed82949..f687f7d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "cron", "name": "Cron", - "version": "1.1.1", + "version": "1.1.2", "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 c030bc6..026a75b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-cron-plugin", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-cron-plugin", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.6", diff --git a/package.json b/package.json index 0b6ff0c..13a4844 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-cron-plugin", - "version": "1.1.1", + "version": "1.1.2", "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 1629de4..bc2526a 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "0.0.1": "0.15.0", "1.0.0": "0.15.0", "1.1.0": "0.15.0", - "1.1.1": "0.15.0" + "1.1.1": "0.15.0", + "1.1.2": "0.15.0" } \ No newline at end of file