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

Commit 65920fd

Browse files
committed
chore(release): changelog and version bump for 3.1.1
1 parent 4db52f2 commit 65920fd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 3.1.1
2+
3+
# Bug Fixes
4+
5+
- ([4db52f2](https://github.com/angular/protractor/commit/4db52f2a21171ebbc6fed0ca3df760553afc264a))
6+
test(config): add test for config files using only per-capability specs
7+
8+
To prevent bugs like #2925 in the future.
9+
10+
- ([edfb52f](https://github.com/angular/protractor/commit/edfb52fadccf10c34d885c37e990dea0efbb0081))
11+
fix(configParser): use all the suites if no other spec sources are provided
12+
113
# 3.1.0
214

315
## Dependency Version Upgrades

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@
5050
"start": "node testapp/scripts/web-server.js"
5151
},
5252
"license": "MIT",
53-
"version": "3.1.0"
53+
"version": "3.1.1"
5454
}

0 commit comments

Comments
 (0)