diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9574ade --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +#### 1.1.4 (2024-01-13) + +##### Bug Fixes + +* use same return type as before (9c93cda5) +* no incomplete notebook selection list - closes #4 (9f3f2459) + +##### Other Changes + +* bump es lint to v6.18.x (51167124) + +##### Code Style Changes + +* add & enforce pre-commit (2b3e95c8) diff --git a/package.json b/package.json index b7d170b..98420a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-remote-note-pull", - "version": "1.1.3", + "version": "1.1.4", "license": "MIT", "description": "Creates a note from any website (markdown preferred) and periodicity updates the local note with the original website.", "keywords": [ diff --git a/src/manifest.json b/src/manifest.json index 2233b6c..0fc6327 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "github.hegerdes.joplin_remote_note_pull", "app_min_version": "2.8", - "version": "1.1.3", + "version": "1.1.4", "name": "Remote-Note-Pull", "description": "This plugin will periodically pull public available markdown documents into your notebook and keeps them up to date", "author": "hegerdes",