Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrton committed May 22, 2017
1 parent b0d35c7 commit 30d1e2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Unreleased
0.7.0 / May 22 2017
=======================

* **[breaking]** upgrade Enzyme dependency to 2.3.x or above
* **[breaking]** Upgrade Enzyme dependency to 2.3.x or above
* [feature] add containMatchingElement support
* [fix] Handle `.exactly(0)`
* [fix] Add support for undefined argument values

0.6.1 / November 18 2016
=======================
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"peerDependencies": {
"chai": "3.x",
"cheerio": "0.19.x || 0.20.x || 0.22.x",
"enzyme": "1.x || 2.x"
"enzyme": "1.x || ^2.3.0"
}
```

Expand Down

0 comments on commit 30d1e2f

Please sign in to comment.