Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit cd95794

Browse files
committed
chore(release): bumpb version to 6.0.1-beta
1 parent 0a2809e commit cd95794

File tree

3 files changed

+24
-39
lines changed

3 files changed

+24
-39
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 6.0.1-beta
2+
3+
Minor fixes to remove the control flow completely and to prevent random execution order in Jasmine 3.
4+
5+
- ([0a2809e](https://github.com/angular/protractor/commit/0a2809e62f34ed75632c80e1e792214e01eb0afe))
6+
chore(types): fix types to use not @types/selenium-webdriver (#5127)
7+
8+
- Remove the USE_PROMISE_MANAGER test in spec/ts/basic
9+
- Remove the check if we are using the control flow or not
10+
- ([84cdc50](https://github.com/angular/protractor/commit/84cdc50771b23f840bf62cb33f742dff3aaff990))
11+
chore(jasmine): prevent random execution order in jasmine 3 (#5126)
12+
113
# 6.0.0-beta
214

315
Selenium 4 removes the control flow and most of these changes are based on those changes. To see the full list of changes, please refer to selenium-webdriver's [CHANGELOG](https://github.com/SeleniumHQ/selenium/blob/master/javascript/node/selenium-webdriver/CHANGES.md)

package-lock.json

+11-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@
7777
"engines": {
7878
"node": ">=8.8.x"
7979
},
80-
"version": "6.0.0-beta"
80+
"version": "6.0.1-beta"
8181
}

0 commit comments

Comments
 (0)