From c1f4d0b76e105a54e91ac13e2215901016649c91 Mon Sep 17 00:00:00 2001 From: JackGruber <24863925+JackGruber@users.noreply.github.com> Date: Sat, 7 Aug 2021 19:15:21 +0200 Subject: [PATCH] release v1.5.0 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- src/manifest.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd7c3d7..eb64b87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## not released +## v1.5.0 (2021-08-07) + - Fix: #13 Prevents the current note from being updated by a background run when the note is open for editing - Add: Option `details` to include overview in a HTML deatils section - Add: Option `count` to customize note count field for a single overview diff --git a/package-lock.json b/package-lock.json index 32ec20c..d2aae7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-note-overview", - "version": "1.4.3", + "version": "1.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6b0ffa8..b80d456 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-note-overview", - "version": "1.4.3", + "version": "1.5.0", "scripts": { "dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive", "prepare": "npm run test && npm run dist && husky install", diff --git a/src/manifest.json b/src/manifest.json index c7ab03d..82ae83f 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "io.github.jackgruber.note-overview", "app_min_version": "1.8.1", - "version": "1.4.3", + "version": "1.5.0", "name": "Note overview", "description": "A note overview is created based on the defined search and the specified fields.", "author": "JackGruber",