Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
- Support for Stateless Functional Components ([#53](#53))

- Tweak `describeWithDOM` messaging ([#48](#48))
- Documentation Fixes
  • Loading branch information
lelandrichardson committed Dec 7, 2015
1 parent 6fd12d7 commit 2db7c67
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Change Log


## 1.1.0 (December 7, 2015)

### Minor Changes

- Support for Stateless Functional Components ([#53](https://github.com/airbnb/enzyme/pull/53))

### Patches

- Tweak `describeWithDOM` messaging ([#48](https://github.com/airbnb/enzyme/pull/48))
- Documentation Fixesgs




## 1.0.0 (December 3, 2015)

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.0.0",
"version": "1.1.0",
"description": "JavaScript Testing utilities for React",
"main": "build",
"scripts": {
Expand Down

0 comments on commit 2db7c67

Please sign in to comment.