From ff164f7d32e19bdcbcd691f07d331fe1be12dc9e Mon Sep 17 00:00:00 2001 From: Simon Clement Date: Sun, 25 Sep 2022 11:47:19 +0300 Subject: [PATCH] Prepare release 1.3.0 --- CHANGELOG.md | 4 ++-- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e280ca7..99447ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -## Next release +## 1.3.0 (2022-09-25) ### Features - Make it possible to limit where note suggestions are collected from - Make it possible to include folder paths in suggestions - Make it possible to use relative paths when inserting links -## 1.1.2 (2022-07-15) +## 1.2.0 (2022-07-15) ### Features - Support searching for existing notes by alias diff --git a/manifest.json b/manifest.json index 04022bf..24b1ae7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-note-autocreator", "name": "Note Auto Creator", - "version": "1.2.0", + "version": "1.3.0", "minAppVersion": "0.14.2", "description": "Automatically create notes when links are created to them.", "author": "Simon T. Clement", "authorUrl": "https://github.com/SimonTC", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 08d0e9a..9c3fe7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-note-autocreator", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-note-autocreator", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.6" diff --git a/package.json b/package.json index f7d59e4..df5d814 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-note-autocreator", - "version": "1.2.0", + "version": "1.3.0", "description": "Automatically create notes when links are created to them.", "main": "src/main.js", "scripts": { diff --git a/versions.json b/versions.json index b0160cc..161d93f 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "1.0.2": "0.14.2", "1.1.0": "0.14.2", "1.1.1": "0.14.2", - "1.2.1": "0.14.2" -} + "1.2.1": "0.14.2", + "1.3.0": "0.14.2" +} \ No newline at end of file