From 3ceb57c1796b80c9ce0218227da5ecc124bd1b4c Mon Sep 17 00:00:00 2001 From: andrejilderda Date: Wed, 15 Jan 2025 15:54:26 +0000 Subject: [PATCH] chore: apply changesets and update manifest version to 1.5.13 --- .changeset/fluffy-lamps-greet.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/manifest.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/fluffy-lamps-greet.md 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",