chore(importer-web): bump version to 1.2.0

This commit is contained in:
thecodrr
2022-03-26 22:39:03 +05:00
parent 64eae3044d
commit f1b2deb893
3 changed files with 1877 additions and 9800 deletions

View File

@@ -1,3 +1,2 @@
1. 🥳 Support for Standard Notes is here! 🥳
2. Fixed issue with Evernote provider where images got cut off.
3. Fixes issue where some attachments were lost during Evernote .enex import.
1. 🥳 Added OneNote support! 🥳
2. 🥳 Added Zoho Notebook support! 🥳

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@notesnook/importer-web",
"version": "1.1.2",
"version": "1.2.0",
"private": true,
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
@@ -19,7 +19,7 @@
"typescript": "^4.1.2"
},
"dependencies": {
"@notesnook/importer": "file:../../packages/importer",
"@notesnook/importer": "^1.2.1",
"colord": "^2.9.2",
"file-saver": "^2.0.5",
"hash-wasm": "^4.9.0",