8000 Bump to v2.2.1. · lodash/lodash@422d794 · GitHub
[go: up one dir, main page]

Skip to content

Commit 422d794

Browse files
committed
Bump to v2.2.1.
1 parent a63e716 commit 422d794

12 files changed

+25
-25
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# Lo-Dash v2.2.0
1+
# Lo-Dash v2.2.1
22
A utility library delivering consistency, [customization](http://lodash.com/custom-builds), [performance](http://lodash.com/benchmarks), & [extras](http://lodash.com/#features).
33

44
## Download
55

66
* Modern builds perfect for newer browsers/environments:<br>
7-
[Development](https://raw.github.com/lodash/lodash/2.2.0/dist/lodash.js) &
8-
[Production](https://raw.github.com/lodash/lodash/2.2.0/dist/lodash.min.js)
7+
[Development](https://raw.github.com/lodash/lodash/2.2.1/dist/lodash.js) &
8+
[Production](https://raw.github.com/lodash/lodash/2.2.1/dist/lodash.min.js)
99

1010
* Compatibility builds for older environment support too:<br>
11-
[Development](https://raw.github.com/lodash/lodash/2.2.0/dist/lodash.compat.js) &
12-
[Production](https://raw.github.com/lodash/lodash/2.2.0/dist/lodash.compat.min.js)
11+
[Development](https://raw.github.com/lodash/lodash/2.2.1/dist/lodash.compat.js) &
12+
[Production](https://raw.github.com/lodash/lodash/2.2.1/dist/lodash.compat.min.js)
1313

1414
* Underscore builds to use as a drop-in replacement:<br>
15-
[Development](https://raw.github.com/lodash/lodash/2.2.0/dist/lodash.underscore.js) &
16-
[Production](https://raw.github.com/lodash/lodash/2.2.0/dist/lodash.underscore.min.js)
15+
[Development](https://raw.github.com/lodash/lodash/2.2.1/dist/lodash.underscore.js) &
16+
[Production](https://raw.github.com/lodash/lodash/2.2.1/dist/lodash.underscore.min.js)
1717

1818
CDN copies are available on [cdnjs](http://cdnjs.com/libraries/lodash.js/) & [jsDelivr](http://www.jsdelivr.com/#!lodash).<br>
1919
For smaller file sizes, create [custom builds](http://lodash.com/custom-builds) with only the features needed.<br>

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lodash",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"main": "dist/lodash.compat.js",
55
"ignore": [
66
".*",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lodash",
33
"repo": "lodash/lodash",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"description": "A utility library delivering consistency, customization, performance, & extras.",
66
"license": "MIT",
77
"keywords": ["amd", "browser", "client", "functional", "server", "util"],

dist/lodash.compat.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Lo-Dash 2.2.0 (Custom Build) <http://lodash.com/>
3+
* Lo-Dash 2.2.1 (Custom Build) <http://lodash.com/>
44
* Build: `lodash -o ./dist/lodash.compat.js`
55
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
66
* Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
@@ -6621,7 +6621,7 @@
66216621
* @memberOf _
66226622
* @type string
66236623
*/
6624-
lodash.VERSION = '2.2.0';
6624+
lodash.VERSION = '2.2.1';
66256625

66266626
// add "Chaining" functions to the wrapper
66276627
lodash.prototype.chain = wrapperChain;

dist/lodash.compat.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lodash.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Lo-Dash 2.2.0 (Custom Build) <http://lodash.com/>
3+
* Lo-Dash 2.2.1 (Custom Build) <http://lodash.com/>
44
* Build: `lodash modern -o ./dist/lodash.js`
55
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
66
* Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
@@ -6282,7 +6282,7 @@
62826282
* @memberOf _
62836283
* @type string
62846284
*/
6285-
lodash.VERSION = '2.2.0';
6285+
lodash.VERSION = '2.2.1';
62866286

62876287
// add "Chaining" functions to the wrapper
62886288
lodash.prototype.chain = wrapperChain;

dist/lodash.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lodash.underscore.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Lo-Dash 2.2.0 (Custom Build) <http://lodash.com/>
3+
* Lo-Dash 2.2.1 (Custom Build) <http://lodash.com/>
44
* Build: `lodash underscore exports="amd,commonjs,global,node" -o ./dist/lodash.underscore.js`
55
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
66
* Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
@@ -4708,7 +4708,7 @@
47084708
* @memberOf _
47094709
* @type string
47104710
*/
4711-
lodash.VERSION = '2.2.0';
4711+
lodash.VERSION = '2.2.1';
47124712

47134713
// add "Chaining" functions to the wrapper
47144714
lodash.prototype.chain = wrapperChain;

dist/lodash.underscore.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Lo-Dash <span>v2.2.0</span>
1+
# Lo-Dash <span>v2.2.1</span>
22

33
<!-- div -->
44

0 commit comments

Comments
 (0)
0