Bump to v3.2.0.

This commit is contained in:
jdalton
2015-02-12 08:27:43 -08:00
parent d5f4043617
commit b82c7ebc32
92 changed files with 816 additions and 378 deletions

View File

@@ -4,6 +4,7 @@ import constant from './utility/constant';
import identity from './utility/identity';
import iteratee from './utility/iteratee';
import matches from './utility/matches';
import matchesProperty from './utility/matchesProperty';
import mixin from './utility/mixin';
import noop from './utility/noop';
import property from './utility/property';
@@ -19,6 +20,7 @@ export default {
'identity': identity,
'iteratee': iteratee,
'matches': matches,
'matchesProperty': matchesProperty,
'mixin': mixin,
'noop': noop,
'property': property,