Skip to content

Commit

Permalink
[enzyme] v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 28, 2017
1 parent d152582 commit 1b8986b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 3.3.0

### New Stuff

- @ljharb/@joeldenning: `debug`: handle boxed primitives ([#1450](https://github.com/airbnb/enzyme/pull/1450))

### Refactors
- @eddyerburgh: Use RSTTraversal childrenOfNode in Utils ([#1381](https://github.com/airbnb/enzyme/pull/1381))

### Fixes
- @nicoder: Fix typo in error message ([#1379](https://github.com/airbnb/enzyme/pull/1379))

## 3.2.0

### New Stuff
Expand Down
2 changes: 1 addition & 1 deletion packages/enzyme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enzyme",
"version": "3.2.0",
"version": "3.3.0",
"description": "JavaScript Testing utilities for React",
"homepage": "http://airbnb.io/enzyme/",
"main": "build",
Expand Down

0 comments on commit 1b8986b

Please sign in to comment.