Skip to content

Commit 239464c

Browse files
committed
1.6.15
1 parent c687832 commit 239464c

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

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.6.14",
4+
"version": "1.6.15",
55
"minAppVersion": "0.15.0",
66
"description": "Import data from Notion, Evernote, Apple Notes, Microsoft OneNote, Google Keep, Bear, Roam, 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.6.14",
3+
"version": "1.6.15",
44
"description": "Import notes from other apps like Evernote.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"1.6.11": "0.15.0",
1515
"1.6.12": "0.15.0",
1616
"1.6.13": "0.15.0",
17-
"1.6.14": "0.15.0"
17+
"1.6.14": "0.15.0",
18+
"1.6.15": "0.15.0"
1819
}

0 commit comments

Comments
 (0)