Skip to content

Commit

Permalink
[enzyme] v3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 17, 2018
1 parent b3fae62 commit df864e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 3.4.4

### Fixes
- @koba04: `shallow`: fix unexpected call to componentDidMount ([#1768](https://github.com/airbnb/enzyme/pull/1768))

## 3.4.3

### Fixes
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.4.3",
"version": "3.4.4",
"description": "JavaScript Testing utilities for React",
"homepage": "http://airbnb.io/enzyme/",
"main": "build",
Expand Down

0 comments on commit df864e1

Please sign in to comment.