Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit 93676b0

Browse files
committed
Update CHANGELOG with 1.7.2 release
1 parent b4f86dc commit 93676b0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ We try to follow [http://keepachangelog.com/](http://keepachangelog.com/) recomm
44
## [Unreleased]
55
_(add items here for easier creation of next log entry)_
66

7+
## [1.7.2] - 2017-10-8
8+
### Changed
9+
- Include React v16 in peer-dependency version range (#280)
10+
711
## [1.7.1] - 2017-08-20
812
### Fixed
913
- Do not select an item on Enter keypress when keyCode is not 13 (#201)
@@ -213,7 +217,8 @@ v0.1.0 - Wed, 12 Aug 2015 19:22:26 GMT
213217

214218
-
215219

216-
[Unreleased]: https://github.com/reactjs/react-autocomplete/compare/v1.7.1...HEAD
220+
[Unreleased]: https://github.com/reactjs/react-autocomplete/compare/v1.7.2...HEAD
221+
[1.7.2]: https://github.com/reactjs/react-autocomplete/compare/v1.7.1...v1.7.2
217222
[1.7.1]: https://github.com/reactjs/react-autocomplete/compare/v1.7.0...v1.7.1
218223
[1.7.0]: https://github.com/reactjs/react-autocomplete/compare/v1.6.0...v1.7.0
219224
[1.6.0]: https://github.com/reactjs/react-autocomplete/compare/v1.5.10...v1.6.0

0 commit comments

Comments
 (0)