Skip to content

Commit 4408ae4

Browse files
authored
chore(release): changelog and version bump for 0.0.10 (#53)
1 parent ff2e624 commit 4408ae4

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog for jasminewd2
22

3+
# 0.0.10
4+
5+
- ([ff2e624](https://github.com/angular/jasminewd/commit/ff2e624159344cd83b04c6a6648334ba12e78ea6))
6+
fix(webdriver): Pass in the control flow.
7+
8+
BREAKING CHANGE: The control flow now needs to be passed in when using jasminewd. This fixes
9+
an issue where having multiple versions of selenium-webdriver in a package's dependency tree would
10+
result in jasminewd and protractor using different control flows. You now have to initialize
11+
jasminewd before you can use it, like so: `require('jasminewd2').init(webdriver.promise.controlFlow());`
12+
13+
See https://github.com/angular/protractor/issues/3505
14+
15+
- ([db26b1a](https://github.com/angular/jasminewd/commit/db26b1a1e66477a6f526dac56ecaaa50d2cf4700))
16+
fix(stacktrace): do not crash if beforeEach block is rejected without any stated reason (#45)
17+
318
# 0.0.9
419

520
- ([790c81e](https://github.com/angular/protractor/commit/790c81eb0aba880fffbdcb4e834eb2161141620c))

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"devDependencies": {
1515
"jasmine": "2.4.1",
1616
"jshint": "2.5.0",
17-
"selenium-webdriver": "2.52.0",
18-
"typescript": "^1.8.10"
17+
"selenium-webdriver": "2.53.3",
18+
"typescript": "^2.0.0"
1919
},
2020
"repository": {
2121
"type": "git",
@@ -27,5 +27,5 @@
2727
"test": "scripts/test.sh"
2828
},
2929
"license": "MIT",
30-
"version": "0.0.9"
30+
"version": "0.0.10"
3131
}

0 commit comments

Comments
 (0)