diff --git a/CHANGELOG.md b/CHANGELOG.md index be10eb4..cf830ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## not released +## v1.2.2 (2024-01-11) + - Add: Screenshots / icon for [https://joplinapp.org/plugins/](https://joplinapp.org/plugins/) ## v1.2.1 (2023-11-19) diff --git a/package-lock.json b/package-lock.json index d6791b1..9ed6457 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "joplin-plugin-combine-notes", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "joplin-plugin-combine-notes", - "version": "1.2.1", + "version": "1.2.2", "license": "MIT", "dependencies": { "i18n": "^0.15.1", diff --git a/package.json b/package.json index ae72941..5d25f69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-combine-notes", - "version": "1.2.1", + "version": "1.2.2", "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", diff --git a/src/manifest.json b/src/manifest.json index 5e424e2..36fe161 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.8.1", - "version": "1.2.1", + "version": "1.2.2", "name": "Combine notes", "description": "Combine one or more notes", "author": "JackGruber",