Bump to v4.9.0.

This commit is contained in:
John-David Dalton
2016-04-07 21:38:09 -07:00
parent e8cff1ef54
commit b7e3b3febd
49 changed files with 141 additions and 82 deletions

View File

@@ -1,6 +1,6 @@
/**
* @license
* lodash 4.8.2 (Custom Build) <https://lodash.com/>
* lodash 4.9.0 (Custom Build) <https://lodash.com/>
* Build: `lodash modularize exports="es" -o ./`
* Copyright jQuery Foundation and other contributors <https://jquery.org/>
* Released under MIT license <https://lodash.com/license>
@@ -44,7 +44,7 @@ import toInteger from './toInteger';
import lodash from './wrapperLodash';
/** Used as the semantic version number. */
var VERSION = '4.8.2';
var VERSION = '4.9.0';
/** Used to compose bitmasks for wrapper metadata. */
var BIND_KEY_FLAG = 2;