Skip to content

Commit

Permalink
release: bump version to v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hegerdes committed Jan 13, 2024
1 parent a6add24 commit acf8de1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit acf8de1

Please sign in to comment.