Skip to content

Commit

Permalink
update package.json and changelog for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyraspopov committed Apr 2, 2018
1 parent a25c6a4 commit 115cb9a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/jest-environment-webdriver/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*
!package.json
!README.md
!CHANGELOG.md
!modules/*.js
4 changes: 4 additions & 0 deletions packages/jest-environment-webdriver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## jest-environment-webdriver v0.2.0

* **Feature**: a config property `seleniumAddress` to connect to remote
WebDriver server
2 changes: 1 addition & 1 deletion packages/jest-environment-webdriver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-environment-webdriver",
"version": "0.1.0",
"version": "0.2.0",
"description": "Use Jest to run tests in Selenium WebDriver",
"main": "modules/WebDriverEnvironment.js",
"scripts": {
Expand Down

0 comments on commit 115cb9a

Please sign in to comment.