From 4bb392c241b160e8240d15918d8bcd652c3dd410 Mon Sep 17 00:00:00 2001 From: Philip Peitsch Date: Wed, 26 Jun 2024 10:30:10 +1000 Subject: [PATCH] Prepare for 1.7.4 release --- CHANGELOG.md | 4 ++++ README.md | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2517d684..c88c4a29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.7.4 + +- More cleanly support isConnected usage with a bool return value #1018 with review from @MaximBelov + ## 1.7.3 - Android: Expose Promise version of `requestMtu` for async/await diff --git a/README.md b/README.md index a82adebd..662fd083 100644 --- a/README.md +++ b/README.md @@ -1634,9 +1634,7 @@ Run the app on your phone ## Release 1. `npm version patch` -2. Align `plugin.xml` version with npm version -3. Update release notes based on `git log --oneline --no-merges ...master` -4. `npm publish` +2. `npm publish` ## Release (slim)