mirror of
https://github.com/simontc/obsidian-note-autocreation.git
synced 2026-07-22 06:30:28 +00:00
Prepare release 1.3.0
This commit is contained in:
parent
100b962622
commit
ff164f7d32
5 changed files with 10 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue