Skip to content

Commit 9bfa953

Browse files
authored
Prepare for release 1.30.4 (#1265)
* bump version to 1.30.4 * update changelog
1 parent 392d677 commit 9bfa953

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.30.4 - 2023-07-19
4+
5+
- Fix: correctly resolve external parameters for onStart/Complete hooks
6+
- Fix: reuse JSEngine for all executeCommands (hooks, main commands, subflows) actions
7+
38
## 1.30.3 - 2023-07-17
49

510
- Update: Maestro Studio revamp improvements

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ android.useAndroidX=true
22
android.enableJetifier=true
33
kotlin.code.style=official
44
GROUP=dev.mobile
5-
VERSION_NAME=1.30.3
5+
VERSION_NAME=1.30.4
66
POM_DESCRIPTION=Maestro is a server-driven platform-agnostic library that allows to drive tests for both iOS and Android using the same implementation through an intuitive API.
77
POM_URL=https://github.com/mobile-dev-inc/maestro
88
POM_SCM_URL=https://github.com/mobile-dev-inc/maestro

maestro-cli/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CLI_VERSION=1.30.3
1+
CLI_VERSION=1.30.4

0 commit comments

Comments
 (0)