Skip to content

Commit

Permalink
release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JackGruber committed May 16, 2021
1 parent 4e799f0 commit a1bd97c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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-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",
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.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",
Expand Down

0 comments on commit a1bd97c

Please sign in to comment.