Skip to content

Commit

Permalink
release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JackGruber committed Aug 5, 2021
1 parent c507e56 commit e6e4a75
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.0.0 (2021-08-05)

- Improved: Use registerSettings instead of deprecated registerSetting

❗ Requires at least Joplin v1.8.1 ❗

## v0.4.0 (2021-05-06)

- Add: Wildcard and RegExp match for `Ignore Files`
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-hotfolder",
"version": "0.4.0",
"version": "1.0.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",
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": "io.github.jackgruber.hotfolder",
"app_min_version": "1.8.1",
"version": "0.4.0",
"version": "1.0.0",
"name": "Hotfolder",
"description": "Monitors a locale folder and import the files as a new note.",
"author": "JackGruber",
Expand Down

0 comments on commit e6e4a75

Please sign in to comment.