From 72c32d8270aaa829975ffdd7991880e588299f83 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 28 Dec 2023 19:36:48 +0000 Subject: [PATCH] v6.0.0 # [6.0.0](https://github.com/akosbalasko/yarle/compare/v5.9.0...v6.0.0) (2023-12-28) * configs saved with timestamps (#553) ([a515fb2](https://github.com/akosbalasko/yarle/commit/a515fb2fef5fb7b6986d6e15af229af2464d61bb)), closes [#553](https://github.com/akosbalasko/yarle/issues/553) ### BREAKING CHANGES * configs are saved as plain text, no base64 encoding --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed9ca65b..eab8f184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [6.0.0](https://github.com/akosbalasko/yarle/compare/v5.9.0...v6.0.0) (2023-12-28) + + +* configs saved with timestamps (#553) ([a515fb2](https://github.com/akosbalasko/yarle/commit/a515fb2fef5fb7b6986d6e15af229af2464d61bb)), closes [#553](https://github.com/akosbalasko/yarle/issues/553) + + +### BREAKING CHANGES + +* configs are saved as plain text, no base64 encoding + # [5.9.0](https://github.com/akosbalasko/yarle/compare/v5.8.3...v5.9.0) (2023-12-26) diff --git a/package-lock.json b/package-lock.json index f7d57a78..784329e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "yarle-evernote-to-md", - "version": "5.9.0", + "version": "6.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "yarle-evernote-to-md", - "version": "5.9.0", + "version": "6.0.0", "license": "(MIT OR Apache-2.0)", "dependencies": { "@electron/remote": "2.0.8", diff --git a/package.json b/package.json index 9f9e4a6c..121538a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yarle-evernote-to-md", - "version": "5.9.0", + "version": "6.0.0", "description": "Yet Another Rope Ladder from Evernote", "keywords": [ "evernote",