From 62d4e19b37f2b09fe8c927490eb702e296425076 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 18 Mar 2023 18:24:51 +0000 Subject: [PATCH] v5.0.11 ## [5.0.11](https://github.com/akosbalasko/yarle/compare/v5.0.10...v5.0.11) (2023-03-18) ### Bug Fixes * truncate if the filepath exceeds the OS limit ([#377](https://github.com/akosbalasko/yarle/issues/377)) ([9510fac](https://github.com/akosbalasko/yarle/commit/9510facfa1aa8a1d987003a3919b8ec23a2d4824)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 36 ++++++++++++++++++++++++------------ package.json | 2 +- 3 files changed, 32 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00888ac4..15738777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.11](https://github.com/akosbalasko/yarle/compare/v5.0.10...v5.0.11) (2023-03-18) + + +### Bug Fixes + +* truncate if the filepath exceeds the OS limit ([#377](https://github.com/akosbalasko/yarle/issues/377)) ([9510fac](https://github.com/akosbalasko/yarle/commit/9510facfa1aa8a1d987003a3919b8ec23a2d4824)) + ## [5.0.10](https://github.com/akosbalasko/yarle/compare/v5.0.9...v5.0.10) (2023-03-13) diff --git a/package-lock.json b/package-lock.json index b241b8d2..ece4f9ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "yarle-evernote-to-md", - "version": "5.0.10", + "version": "5.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "yarle-evernote-to-md", - "version": "5.0.10", + "version": "5.0.11", "license": "(MIT OR Apache-2.0)", "dependencies": { "@electron/remote": "2.0.8", @@ -25,6 +25,7 @@ "mime-types": "2.1.28", "minimist": "1.2.6", "moment": "2.29.4", + "nanoid": "3.3.4", "proxyquire": "2.1.3", "rimraf": "3.0.2", "sanitize-filename": "1.6.3", @@ -9172,6 +9173,18 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true }, + "node_modules/mocha/node_modules/nanoid": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.3.tgz", + "integrity": "sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==", + "dev": true, + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, "node_modules/mocha/node_modules/p-limit": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", @@ -9293,10 +9306,9 @@ "dev": true }, "node_modules/nanoid": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.3.tgz", - "integrity": "sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==", - "dev": true, + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", + "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -23497,6 +23509,12 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true }, + "nanoid": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.3.tgz", + "integrity": "sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==", + "dev": true + }, "p-limit": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", @@ -23580,12 +23598,6 @@ "integrity": "sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==", "dev": true }, - "nanoid": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.3.tgz", - "integrity": "sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==", - "dev": true - }, "nanoid": { "version": "3.3.4", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", diff --git a/package.json b/package.json index 0f1fe526..f40455f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yarle-evernote-to-md", - "version": "5.0.10", + "version": "5.0.11", "description": "Yet Another Rope Ladder from Evernote", "keywords": [ "evernote",