Skip to content

Commit

Permalink
bump version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JackGruber committed Nov 19, 2023
1 parent a6c1e35 commit 22f34ed
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## not released

## v1.2.1 (2023-11-19)

- Add: Option to preserve source note title in the combined note text

## v1.2.0 (2023-11-14)
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.2.0",
"version": "1.2.1",
"scripts": {
"prepare": "npm run dist && husky install",
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
Expand Down
13 changes: 4 additions & 9 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,14 @@
"manifest_version": 1,
"id": "io.github.jackgruber.combine-notes",
"app_min_version": "1.8.1",
"version": "1.2.0",
"version": "1.2.1",
"name": "Combine notes",
"description": "Combine one or more notes",
"author": "JackGruber",
"homepage_url": "https://github.com/JackGruber/joplin-plugin-combine-notes",
"repository_url": "https://github.com/JackGruber/joplin-plugin-combine-notes",
"keywords": [
"combine",
"merge"
],
"categories": [
"productivity"
],
"keywords": ["combine", "merge"],
"categories": ["productivity"],
"screenshots": [],
"icons": {}
}
}

0 comments on commit 22f34ed

Please sign in to comment.