diff --git a/.changeset/fluffy-lamps-greet.md b/.changeset/fluffy-lamps-greet.md deleted file mode 100644 index 2eba8b7..0000000 --- a/.changeset/fluffy-lamps-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"joplin-plugin-macos-theme": patch ---- - -fix: note title not editable #163 diff --git a/CHANGELOG.md b/CHANGELOG.md index 81ccb13..c0c3f8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.5.13 + +### Patch Changes + +- [#163](https://github.com/andrejilderda/joplin-macos-native-theme/pull/163) [`d0eaf14`](https://github.com/andrejilderda/joplin-macos-native-theme/commit/d0eaf14369e4cc64aa1e2e275d44c3ac8b7c547c) Thanks [@personalizedrefrigerator](https://github.com/personalizedrefrigerator)! - fix: note title not editable #163 + ## 1.5.12 ### Patch Changes diff --git a/package.json b/package.json index 090b4d2..845ad92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-macos-theme", - "version": "1.5.12", + "version": "1.5.13", "repository": { "type": "git", "url": "https://github.com/andrejilderda/joplin-macos-native-theme" diff --git a/src/manifest.json b/src/manifest.json index e3f66d0..599bf9f 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.andrejilderda.macOSTheme", "app_min_version": "2.2.4", - "version": "1.5.12", + "version": "1.5.13", "name": "macOS theme", "description": "Native looking macOS theme for Joplin. Also works on non-macOS devices.", "author": "Andre Jilderda",