diff --git a/README.md b/README.md index bf24617..fe16b23 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,11 @@ To update the plugin framework, run `npm run update`. ## Changelog +### v0.2.2 (2021-05-16) + +- Improved: Use Joplin date and time settings +- Add: Option for combine date + ### v0.2.1 (2021-01-11) - Fix: Display Name diff --git a/package-lock.json b/package-lock.json index be80e1e..6817bd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-combine-notes", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 391cf94..dac3433 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-combine-notes", - "version": "0.2.1", + "version": "0.2.2", "scripts": { "dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive", "prepare": "npm run dist", diff --git a/src/manifest.json b/src/manifest.json index 30b1f94..e9823fa 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "io.github.jackgruber.combine-notes", "app_min_version": "1.6", - "version": "0.2.1", + "version": "0.2.2", "name": "Combine notes", "description": "Combine one or more notes", "author": "JackGruber",