Skip to content

Commit

Permalink
chore: release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Almouro committed May 9, 2023
1 parent 0924ecf commit 7662435
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"files.associations": {
"Fastfile": "ruby",
".env.production": "ini",
".env.staging": "ini",
"index": "plaintext",
"chrono": "cpp"
}
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.7.1](https://github.com/bamlab/flashlight/compare/v0.7.0...v0.7.1) (2023-05-09)

### Bug Fixes

- **test:** stop polling measures on failure ([e5500bf](https://github.com/bamlab/flashlight/commit/e5500bf9d251e12503fb8331df2eee1fbfa4f47d))

# [0.7.0](https://github.com/bamlab/flashlight/compare/v0.5.0...v0.7.0) (2023-05-08)

### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions bl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
appId: com.example
---
- launchApp
- assertVisible: ".*OJASOI.*"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flashlight",
"version": "0.7.0",
"version": "0.7.1",
"private": "true",
"repository": {
"type": "git",
Expand Down
Binary file added results_1683643918822_iteration_0.mp4
Binary file not shown.

0 comments on commit 7662435

Please sign in to comment.