Bump to v4.17.12.

This commit is contained in:
John-David Dalton
2019-07-09 14:01:55 -07:00
parent 3e273e915d
commit 793f983629
13 changed files with 181 additions and 161 deletions

View File

@@ -2,7 +2,7 @@
* @license
* Lodash (Custom Build) <https://lodash.com/>
* Build: `lodash core -o ./dist/lodash.core.js`
* Copyright JS Foundation and other contributors <https://js.foundation/>
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
* Released under MIT license <https://lodash.com/license>
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
@@ -13,7 +13,7 @@
var undefined;
/** Used as the semantic version number. */
var VERSION = '4.17.11';
var VERSION = '4.17.12';
/** Error message constants. */
var FUNC_ERROR_TEXT = 'Expected a function';