Skip to content

Commit

Permalink
Prepare for 1.7.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
peitschie committed Jun 26, 2024
1 parent 028f2df commit 4bb392c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <last release>...master`
4. `npm publish`
2. `npm publish`

## Release (slim)

Expand Down

0 comments on commit 4bb392c

Please sign in to comment.