Skip to content

Commit

Permalink
Bump to v2.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Oct 3, 2013
1 parent 4977fa2 commit f68c262
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 25 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Lo-Dash v2.2.0
# Lo-Dash v2.2.1
A utility library delivering consistency, [customization](http://lodash.com/custom-builds), [performance](http://lodash.com/benchmarks), & [extras](http://lodash.com/#features).

## Download

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

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

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

CDN copies are available on [cdnjs](http://cdnjs.com/libraries/lodash.js/) & [jsDelivr](http://www.jsdelivr.com/#!lodash).<br>
For smaller file sizes, create [custom builds](http://lodash.com/custom-builds) with only the features needed.<br>
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lodash",
"version": "2.2.0",
"version": "2.2.1",
"main": "dist/lodash.compat.js",
"ignore": [
".*",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lodash",
"repo": "lodash/lodash",
"version": "2.2.0",
"version": "2.2.1",
"description": "A utility library delivering consistency, customization, performance, & extras.",
"license": "MIT",
"keywords": ["amd", "browser", "client", "functional", "server", "util"],
Expand Down
4 changes: 2 additions & 2 deletions dist/lodash.compat.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Lo-Dash 2.2.0 (Custom Build) <http://lodash.com/>
* Lo-Dash 2.2.1 (Custom Build) <http://lodash.com/>
* Build: `lodash -o ./dist/lodash.compat.js`
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
Expand Down Expand Up @@ -6621,7 +6621,7 @@
* @memberOf _
* @type string
*/
lodash.VERSION = '2.2.0';
lodash.VERSION = '2.2.1';

// add "Chaining" functions to the wrapper
lodash.prototype.chain = wrapperChain;
Expand Down
4 changes: 2 additions & 2 deletions dist/lodash.compat.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/lodash.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Lo-Dash 2.2.0 (Custom Build) <http://lodash.com/>
* Lo-Dash 2.2.1 (Custom Build) <http://lodash.com/>
* Build: `lodash modern -o ./dist/lodash.js`
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
Expand Down Expand Up @@ -6282,7 +6282,7 @@
* @memberOf _
* @type string
*/
lodash.VERSION = '2.2.0';
lodash.VERSION = '2.2.1';

// add "Chaining" functions to the wrapper
lodash.prototype.chain = wrapperChain;
Expand Down
4 changes: 2 additions & 2 deletions dist/lodash.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/lodash.underscore.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Lo-Dash 2.2.0 (Custom Build) <http://lodash.com/>
* Lo-Dash 2.2.1 (Custom Build) <http://lodash.com/>
* Build: `lodash underscore exports="amd,commonjs,global,node" -o ./dist/lodash.underscore.js`
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
Expand Down Expand Up @@ -4708,7 +4708,7 @@
* @memberOf _
* @type string
*/
lodash.VERSION = '2.2.0';
lodash.VERSION = '2.2.1';

// add "Chaining" functions to the wrapper
lodash.prototype.chain = wrapperChain;
Expand Down
4 changes: 2 additions & 2 deletions dist/lodash.underscore.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lo-Dash <span>v2.2.0</span>
# Lo-Dash <span>v2.2.1</span>

<!-- div -->

Expand Down
4 changes: 2 additions & 2 deletions lodash.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Lo-Dash 2.2.0 <http://lodash.com/>
* Lo-Dash 2.2.1 <http://lodash.com/>
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
* Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
Expand Down Expand Up @@ -6638,7 +6638,7 @@
* @memberOf _
* @type string
*/
lodash.VERSION = '2.2.0';
lodash.VERSION = '2.2.1';

// add "Chaining" functions to the wrapper
lodash.prototype.chain = wrapperChain;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lodash",
"version": "2.2.0",
"version": "2.2.1",
"description": "A utility library delivering consistency, customization, performance, & extras.",
"homepage": "http://lodash.com/",
"license": "MIT",
Expand Down

0 comments on commit f68c262

Please sign in to comment.