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

Commit 2f7c25a

Browse files
committed
chore(release): version bump and changelog for 0.20.1
1 parent 17de697 commit 2f7c25a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.20.1
2+
_Note: Major version 0 releases are for initial development, and backwards incompatible changes may be introduced at any time._
3+
4+
## Bug Fixes
5+
- ([17de697](https://github.com/angular/protractor/commit/17de697fe9f64e238a8df0fbc6358b8e578e45f2
6+
fix(debug): make new debug work on windows too
7+
8+
Closes #580
9+
110
# 0.20.0
211
_Note: Major version 0 releases are for initial development, and backwards incompatible changes may be introduced at any time._
312

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"test": "node lib/cli.js spec/basicConf.js; node lib/cli.js spec/multiConf.js; node lib/cli.js spec/altRootConf.js; node lib/cli.js spec/onPrepareConf.js; node lib/cli.js spec/mochaConf.js; node lib/cli.js spec/cucumberConf.js; node lib/cli.js spec/withLoginConf.js; node_modules/.bin/minijasminenode jasminewd/spec/adapterSpec.js spec/unit/*.js docs/spec/*.js"
4747
},
4848
"license": "MIT",
49-
"version": "0.20.0",
49+
"version": "0.20.1",
5050
"webdriverVersions": {
5151
"selenium": "2.40.0",
5252
"chromedriver": "2.9",

0 commit comments

Comments
 (0)