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

Commit a0ffa9b

Browse files
author
Keen Yee Liau
committed
release: 5.4.4
1 parent 8b3ebf8 commit a0ffa9b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 5.4.4
2+
3+
## Fixes
4+
5+
- fix: security prototype pollution
6+
17
# 5.4.3
28

39
## Fixes

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "protractor",
33
"description": "Webdriver E2E test wrapper for Angular.",
4+
"version": "5.4.4",
45
"homepage": "https://github.com/angular/protractor",
56
"keywords": [
67
"angular",
@@ -80,6 +81,5 @@
8081
"license": "MIT",
8182
"engines": {
8283
"node": ">=6.9.x"
83-
},
84-
"version": "5.4.3"
84+
}
8585
}

0 commit comments

Comments
 (0)