Skip to content

Commit b182689

Browse files
committed
docs(CHANGELOG): Prepare patch release... sorry for that
1 parent 5546c85 commit b182689

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,24 @@
99
* **travis:** Fix wrong travis syntax ([7d041275](https://github.com/alfonso-presa/protractor-testability-plugin/commit/7d041275))
1010

1111

12+
#### Features
13+
14+
* **XMLHttpRequest:**
15+
* Now this is the change for checking outstanding requests ([5546c85d](https://github.com/alfonso-presa/protractor-testability-plugin/commit/5546c85d))
16+
* Also detect outstanding requests ([1f6e7d71](https://github.com/alfonso-presa/protractor-testability-plugin/commit/1f6e7d71))
17+
18+
19+
<a name"1.0.2"></a>
20+
### 1.0.2 (2016-07-27)
21+
22+
23+
#### Bug Fixes
24+
25+
* **dist:** Fix missing dist files from PR 3 ([270e2033](https://github.com/alfonso-presa/protractor-testability-plugin/commit/270e2033))
26+
* **e2e_tests:** Upgrade to safari 8 due to saucelabs probs with 7 ([476915b1](https://github.com/alfonso-presa/protractor-testability-plugin/commit/476915b1))
27+
* **travis:** Fix wrong travis syntax ([7d041275](https://github.com/alfonso-presa/protractor-testability-plugin/commit/7d041275))
28+
29+
1230
#### Features
1331

1432
* **XMLHttpRequest:** Also detect outstanding requests ([1f6e7d71](https://github.com/alfonso-presa/protractor-testability-plugin/commit/1f6e7d71))

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protractor-testability-plugin",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"description": "Protractor plugin to integrate testability.js",
55
"main": "dist/protractor-testability-plugin.js",
66
"author": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protractor-testability-plugin",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "",
55
"main": "dist/protractor-testability-plugin.js",
66
"readmeFilename": "README.md",

0 commit comments

Comments
 (0)