From 9bef531a1777db7c46b59be98c1f4d0709e02c2d Mon Sep 17 00:00:00 2001 From: Tim Wibiral Date: Sun, 29 Oct 2023 22:41:09 +0100 Subject: [PATCH] New version 1.9.0 - Fix app://local deprecation (New minimal Obsidian version: v1.2.8) (Thanks to @mayurankv) - Fix Racket support (Thanks to @mayurankv) - Support for Applescript (Thanks to @mayurankv) --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 5cbff65c..da2c14f7 100644 --- a/manifest.json +++ b/manifest.json @@ -7,4 +7,4 @@ "author": "twibiral", "authorUrl": "https://www.github.com/twibiral", "isDesktopOnly": true -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 7b4f1f05..bdc1b486 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "execute-code", - "version": "1.8.1", + "version": "1.9.0", "lockfileVersion": 2, "requires": true, "packages": { @@ -3787,4 +3787,4 @@ "peer": true } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 2bbe1c54..2f53314c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "execute-code", - "version": "1.8.1", + "version": "1.9.0", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "src/main.js", "scripts": { diff --git a/versions.json b/versions.json index 66a132d5..6d5d9924 100644 --- a/versions.json +++ b/versions.json @@ -43,4 +43,4 @@ "1.8.0": "0.12.0", "1.8.1": "0.12.0", "1.9.0": "1.2.8" -} +} \ No newline at end of file