Skip to content

Commit 27009ea

Browse files
committed
Bump version
1 parent 2d17511 commit 27009ea

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-importer",
33
"name": "Importer",
4-
"version": "1.8.6",
4+
"version": "1.8.7",
55
"minAppVersion": "0.15.0",
66
"description": "Import data from Notion, Evernote, Apple Notes, Microsoft OneNote, Google Keep, Bear, Roam, Textbundle, CSV, and HTML files.",
77
"author": "Obsidian",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-importer",
3-
"version": "1.8.6",
3+
"version": "1.8.7",
44
"description": "Import data from Notion, Evernote, Apple Notes, Microsoft OneNote, Google Keep, Bear, Roam, Textbundle, CSV, and HTML files.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@
3131
"1.8.3": "0.15.0",
3232
"1.8.4": "0.15.0",
3333
"1.8.5": "0.15.0",
34-
"1.8.6": "0.15.0"
34+
"1.8.6": "0.15.0",
35+
"1.8.7": "0.15.0"
3536
}

0 commit comments

Comments
 (0)