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](70cb4a8686))
This commit is contained in:
semantic-release-bot 2023-04-23 19:16:45 +00:00
parent 05caef22b9
commit e548b24a72
4 changed files with 6 additions and 5 deletions

View file

@ -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",

4
package-lock.json generated
View file

@ -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",

View file

@ -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": {

View file

@ -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"
}