Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysforyou committed Jan 7, 2019
1 parent 77abbb6 commit 31975c8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0][0.6.0] 2019-01-08

### Added

- Support for Enzyme's new `getElement` and `getElements` APIs added by [@abenoit](https://github.com/abenoit) (see [#16](https://github.com/rhysforyou/bs-enzyme/pull/16))

## [0.5.3][0.5.3] 2018-11-06

### Fixed
Expand Down Expand Up @@ -50,7 +56,8 @@ This release brings support for React 16 and Enzyme 3 thanks to @viebel's help.
- `Enzyme.foldLeft` and `Enzyme.foldRight` have been added as wrappers around `shallowWrapper`'s `reduce` and `reduceRight` methods.
- `Enzyme.state` now returns a component's `reasonState`

[unreleased]: https://github.com/rhysforyou/bs-enzyme/compare/v0.5.3...HEAD
[unreleased]: https://github.com/rhysforyou/bs-enzyme/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/rhysforyou/bs-enzyme/compare/v0.5.3...v0.6.0
[0.5.3]: https://github.com/rhysforyou/bs-enzyme/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/rhysforyou/bs-enzyme/compare/v0.5.0...v0.5.2
[0.5.0]: https://github.com/rhysforyou/bs-enzyme/compare/v0.4.0...v0.5.0
Expand Down

0 comments on commit 31975c8

Please sign in to comment.