Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandrichardson committed Feb 10, 2016
1 parent 0b3d0c0 commit ec1c559
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## 1.6.0 (February 10, 2016)

### Minor Changes

- add option for childContextTypes of `ReactWrapper` #171


### Patches

- Prevent null or false nodes from being passed into tree traversal #174

- setProps no longer swallows exceptions #170

- `.type()` and `.props()` should not fail on null now #162



## 1.5.0 (February 2, 2016)

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enzyme",
"version": "1.5.0",
"version": "1.6.0",
"description": "JavaScript Testing utilities for React",
"main": "build",
"scripts": {
Expand Down

0 comments on commit ec1c559

Please sign in to comment.