diff --git a/CHANGELOG.md b/CHANGELOG.md index eb64b87..debc88e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## not released +## v1.5.1 (2021-08-08) + +- Fix: #21 Note count off settings not respected + ## 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 diff --git a/package-lock.json b/package-lock.json index d2aae7e..68d623d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-note-overview", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b80d456..75f0e17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-note-overview", - "version": "1.5.0", + "version": "1.5.1", "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 82ae83f..ed522e8 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.5.0", + "version": "1.5.1", "name": "Note overview", "description": "A note overview is created based on the defined search and the specified fields.", "author": "JackGruber",