Skip to content

Commit

Permalink
docs(CHANGELOG): Prepare patch release... sorry for that
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonso-presa committed Jul 27, 2016
1 parent 5546c85 commit b182689
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@
* **travis:** Fix wrong travis syntax ([7d041275](https://github.com/alfonso-presa/protractor-testability-plugin/commit/7d041275))


#### Features

* **XMLHttpRequest:**
* Now this is the change for checking outstanding requests ([5546c85d](https://github.com/alfonso-presa/protractor-testability-plugin/commit/5546c85d))
* Also detect outstanding requests ([1f6e7d71](https://github.com/alfonso-presa/protractor-testability-plugin/commit/1f6e7d71))


<a name"1.0.2"></a>
### 1.0.2 (2016-07-27)


#### Bug Fixes

* **dist:** Fix missing dist files from PR 3 ([270e2033](https://github.com/alfonso-presa/protractor-testability-plugin/commit/270e2033))
* **e2e_tests:** Upgrade to safari 8 due to saucelabs probs with 7 ([476915b1](https://github.com/alfonso-presa/protractor-testability-plugin/commit/476915b1))
* **travis:** Fix wrong travis syntax ([7d041275](https://github.com/alfonso-presa/protractor-testability-plugin/commit/7d041275))


#### Features

* **XMLHttpRequest:** Also detect outstanding requests ([1f6e7d71](https://github.com/alfonso-presa/protractor-testability-plugin/commit/1f6e7d71))
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protractor-testability-plugin",
"version": "1.0.1",
"version": "1.0.3",
"description": "Protractor plugin to integrate testability.js",
"main": "dist/protractor-testability-plugin.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protractor-testability-plugin",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "dist/protractor-testability-plugin.js",
"readmeFilename": "README.md",
Expand Down

0 comments on commit b182689

Please sign in to comment.