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

Commit 645133d

Browse files
committed
chore(release): version bump and changelog for 2.5.1
1 parent 039ffa7 commit 645133d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 2.5.1
2+
_This release is a hotfix for node 0.10 support_
3+
4+
- ([039ffa7](https://github.com/angular/protractor/commit/039ffa7bfa291084263ae3fa944bbf21394ce9a3))
5+
fix(configParser): Remove path.parse so protractor works with node < v0.12
6+
7+
Closes #2588
8+
19
# 2.5.0
210
_This release contains a hotfix for windows path issues and early support for Angular2 apps_
311

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@
5353
"start": "node testapp/scripts/web-server.js"
5454
},
5555
"license": "MIT",
56-
"version": "2.5.0"
56+
"version": "2.5.1"
5757
}

0 commit comments

Comments
 (0)