Skip to content

Commit

Permalink
chore(release): version bump to 6.0.0 and update the changelog
Browse files Browse the repository at this point in the history
Since the current changelog between the 6.0.0-beta and the 6.0.0 release
is minor, updated the changelog by removing the -beta.
  • Loading branch information
cnishina committed Mar 23, 2019
1 parent d777738 commit 5d8da04
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 48 deletions.
26 changes: 13 additions & 13 deletions CHANGELOG.md
@@ -1,16 +1,4 @@
# 6.0.1-beta

Minor fixes to remove the control flow completely and to prevent random execution order in Jasmine 3.

- ([0a2809e](https://github.com/angular/protractor/commit/0a2809e62f34ed75632c80e1e792214e01eb0afe))
chore(types): fix types to use not @types/selenium-webdriver (#5127)

- Remove the USE_PROMISE_MANAGER test in spec/ts/basic
- Remove the check if we are using the control flow or not
- ([84cdc50](https://github.com/angular/protractor/commit/84cdc50771b23f840bf62cb33f742dff3aaff990))
chore(jasmine): prevent random execution order in jasmine 3 (#5126)

# 6.0.0-beta
# 6.0.0

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)

Expand Down Expand Up @@ -126,6 +114,18 @@ Selenium 4 removes the control flow and most of these changes are based on those
webdriver-manager
closes #5087

## Miscellaneous

Minor fixes to remove the control flow completely and to prevent random execution order in Jasmine 3.

- ([0a2809e](https://github.com/angular/protractor/commit/0a2809e62f34ed75632c80e1e792214e01eb0afe))
chore(types): fix types to use not @types/selenium-webdriver (#5127)

- Remove the USE_PROMISE_MANAGER test in spec/ts/basic
- Remove the check if we are using the control flow or not
- ([84cdc50](https://github.com/angular/protractor/commit/84cdc50771b23f840bf62cb33f742dff3aaff990))
chore(jasmine): prevent random execution order in jasmine 3 (#5126)


# 5.4.2

Expand Down
53 changes: 20 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -21,7 +21,7 @@
"saucelabs": "^1.5.0",
"selenium-webdriver": "^4.0.0-alpha.1",
"source-map-support": "~0.4.0",
"webdriver-manager": "13.0.0-beta"
"webdriver-manager": "13.0.0"
},
"devDependencies": {
"@types/chalk": "^0.4.28",
Expand Down Expand Up @@ -77,5 +77,5 @@
"engines": {
"node": ">=8.8.x"
},
"version": "6.0.1-beta"
"version": "6.0.0"
}

0 comments on commit 5d8da04

Please sign in to comment.