From 517ac93d5684e559d5bea33020a8dc2869a8524b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 26 Mar 2023 14:27:33 +0000 Subject: [PATCH] release(version): Release 1.1.0 [skip ci] # [1.1.0](https://github.com/cdloh/obsidian-cron/compare/1.0.0...1.1.0) (2023-03-26) ### Features * Add option to disable on Mobile ([996c4fd](https://github.com/cdloh/obsidian-cron/commit/996c4fdddbe732c1305ba0dbe3a5166a278c81ce)) --- 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 3b62ca7..23b9433 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "cron", "name": "Cron", - "version": "1.0.0", + "version": "1.1.0", "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 28c2495..cae2020 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-cron-plugin", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-cron-plugin", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.6", diff --git a/package.json b/package.json index 85a2261..5aeb508 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-cron-plugin", - "version": "1.0.0", + "version": "1.1.0", "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 b23a413..9021324 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.0.1": "0.15.0", - "1.0.0": "0.15.0" + "1.0.0": "0.15.0", + "1.1.0": "0.15.0" } \ No newline at end of file