Prepare release 1.3.0

This commit is contained in:
Simon Clement 2022-09-25 11:47:19 +03:00
parent 100b962622
commit ff164f7d32
5 changed files with 10 additions and 9 deletions

View file

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

View file

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

4
package-lock.json generated
View file

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

View file

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

View file

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