Skip to content

Commit 89038a8

Browse files
author
Brian Vaughn
committed
2.4.1 prep
1 parent 6a6271f commit 89038a8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
------------
33

4+
##### 2.4.1
5+
* 🎉 UMD build fixed to properly set `window.VirtualizedSelect` ([@armed](https://github.com/armed) - [#56](https://github.com/bvaughn/react-virtualized-select/pull/56))
6+
47
##### 2.4.0
58
* 🎉 Support option `title` attribute ([@targumon](https://github.com/targumon) - [#46](https://github.com/bvaughn/react-virtualized-select/pull/46))
69

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-virtualized-select",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Drop-down menu for React with windowing to support large numbers of options.",
55
"main": "dist/commonjs/index.js",
66
"jsnext:main": "dist/es/index.js",

0 commit comments

Comments
 (0)