Skip to content

Commit 9d96e29

Browse files
committed
Bump version
1 parent f54bea6 commit 9d96e29

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.1",
4+
"version": "1.8.2",
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.1",
3+
"version": "1.8.2",
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
@@ -26,5 +26,6 @@
2626
"1.6.23": "0.15.0",
2727
"1.7.0": "0.15.0",
2828
"1.8.0": "0.15.0",
29-
"1.8.1": "0.15.0"
29+
"1.8.1": "0.15.0",
30+
"1.8.2": "0.15.0"
3031
}

0 commit comments

Comments
 (0)