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

Commit

Permalink
chore(release): version bump to 4.0.3
Browse files Browse the repository at this point in the history
- version bump on package.json
- update changelog
- update typings.json for node
  • Loading branch information
cnishina committed Aug 8, 2016
1 parent 950755f commit 6350050
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
#4.0.3

## Bug fixes

- ([5f690fe](https://github.com/angular/protractor/commit/5f690fe0d0526d5ed4cc482fb5915d28eedbe11e))
fix(export): export selenium-webdriver (#3433)

- rename to ProtractorBrowser to be able to export selenium-webdriver Browser as Browser
- export all selenium-webdriver items and subfolders in ptor
- update dependency tests for selenium
- add tests when protractor is installed
closes #209227
- ([27f7981](https://github.com/angular/protractor/commit/27f798117fc599ce369026ebbbf28b818bbbaac6))
fix(config): fix interface for functions such as onPrepare (#3434)

closes #3431

#4.0.2

## Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"saucelabs": "~1.2.0",
"selenium-webdriver": "2.53.3",
"source-map-support": "~0.4.0",
"webdriver-manager": "^10.2.1"
"webdriver-manager": "^10.2.2"
},
"devDependencies": {
"body-parser": "~1.15.2",
Expand Down Expand Up @@ -62,5 +62,5 @@
"tsc:w": "./node_modules/typescript/bin/tsc -w"
},
"license": "MIT",
"version": "4.0.2"
"version": "4.0.3"
}
2 changes: 1 addition & 1 deletion typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"jasmine": "registry:dt/jasmine#2.2.0+20160621224255",
"minimatch": "registry:dt/minimatch#2.0.8+20160317120654",
"minimist": "registry:dt/minimist#1.1.3+20160317120654",
"node": "registry:dt/node#6.0.0+20160720070758",
"node": "registry:dt/node#6.0.0+20160805072842",
"optimist": "registry:dt/optimist#0.0.0+20160316171810",
"q": "registry:dt/q#0.0.0+20160613154756"
}
Expand Down

0 comments on commit 6350050

Please sign in to comment.