Skip to content

Commit 83bbf50

Browse files
committed
Bump version to 1.1.1
1 parent 749d653 commit 83bbf50

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 1.1.1 (2015.07.14)
2+
3+
* Cancel default action on Options button click
4+
* Rearrange object deep copy to die gracefully
5+
* Use more specific CSS selector base on siblings and element type
6+
* Consider element value for input button and submit for label text
7+
* Adjust wording for root selector
8+
19
### 1.1.0 (2015.07.04)
210

311
* Change default visibility to all (visible and hidden elements)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-page-object-generator",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity.",
55
"dependencies": {},
66
"devDependencies": {

0 commit comments

Comments
 (0)