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

Commit 8fd9ef6

Browse files
committed
Update CHANGELOG with 1.4.1 release
1 parent 45a70b1 commit 8fd9ef6

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.4.1] - 2017-03-16
8+
### Fixed
9+
- Add missing aria-expanded attribute
10+
711
## [1.4.0] - 2016-11-07
812
### Added
913
- Add all event handlers specified in `props.inputProps` to `<input>`
@@ -139,7 +143,8 @@ v0.1.0 - Wed, 12 Aug 2015 19:22:26 GMT
139143

140144
-
141145

142-
[Unreleased]: https://github.com/reactjs/react-autocomplete/compare/v1.4.0...HEAD
146+
[Unreleased]: https://github.com/reactjs/react-autocomplete/compare/v1.4.1...HEAD
147+
[1.4.1]: https://github.com/reactjs/react-autocomplete/compare/v1.4.0...v1.4.1
143148
[1.4.0]: https://github.com/reactjs/react-autocomplete/compare/v1.3.1...v1.4.0
144149
[1.3.1]: https://github.com/reactjs/react-autocomplete/compare/v1.3.0...v1.3.1
145150
[1.3.0]: https://github.com/reactjs/react-autocomplete/compare/v1.2.1...v1.3.0

0 commit comments

Comments
 (0)