Bump to v4.6.0.

This commit is contained in:
John-David Dalton
2016-02-29 23:41:02 -08:00
parent 9055c4e483
commit 7da4c55415
65 changed files with 413 additions and 235 deletions

View File

@@ -38,6 +38,8 @@ import toPairs from './toPairs';
import toPairsIn from './toPairsIn';
import transform from './transform';
import unset from './unset';
import update from './update';
import updateWith from './updateWith';
import values from './values';
import valuesIn from './valuesIn';
@@ -50,5 +52,5 @@ export default {
mapKeys, mapValues, merge, mergeWith, omit,
omitBy, pick, pickBy, result, set,
setWith, toPairs, toPairsIn, transform, unset,
values, valuesIn
update, updateWith, values, valuesIn
};