Skip to content

Commit a6257b5

Browse files
committed
Bump to v3.0.0.
1 parent 16ad7e5 commit a6257b5

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# lodash v3.0.0-pre
1+
# lodash v3.0.0
22

33
The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash](https://lodash.com/) with packages for [Bower](http://bower.io/), [Component](http://component.github.io/), & [Volo](http://volojs.org/).
44

@@ -14,3 +14,12 @@ lodash is also available in a variety of other builds & module formats.
1414
* npm packages for [modern](https://www.npmjs.com/package/lodash), [compatibility](https://www.npmjs.com/package/lodash-compat), & [per method](https://www.npmjs.com/browse/keyword/lodash-modularized) builds
1515
* AMD modules for [modern](https://github.com/lodash/lodash/tree/3.0.0-amd) & [compatibility](https://github.com/lodash/lodash-compat/tree/3.0.0-amd) builds
1616
* ES modules for the [modern](https://github.com/lodash/lodash/tree/3.0.0-es) build
17+
18+
## Further Reading
19+
20+
* [API Documentation](https://lodash.com/docs)
21+
* [Build Differences](https://github.com/lodash/lodash/wiki/Build-Differences)
22+
* [Changelog](https://github.com/lodash/lodash/wiki/Changelog)
23+
* [Release Notes](https://github.com/lodash/lodash/releases)
24+
* [Roadmap](https://github.com/lodash/lodash/wiki/Roadmap)
25+
* [More Resources](https://github.com/lodash/lodash/wiki/Resources)

lodash.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* lodash 3.0.0-pre (Custom Build) <https://lodash.com/>
3+
* lodash 3.0.0 (Custom Build) <https://lodash.com/>
44
* Build: `lodash modern -o ./lodash.js`
55
* Copyright 2012-2015 The Dojo Foundation <http://dojofoundation.org/>
66
* Based on Underscore.js 1.7.0 <http://underscorejs.org/LICENSE>
@@ -13,7 +13,7 @@
1313
var undefined;
1414

1515
/** Used as the semantic version number. */
16-
var VERSION = '3.0.0-pre';
16+
var VERSION = '3.0.0';
1717

1818
/** Used to compose bitmasks for wrapper metadata. */
1919
var BIND_FLAG = 1,

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.

lodash.src.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* lodash 3.0.0-pre <https://lodash.com/>
3+
* lodash 3.0.0 <https://lodash.com/>
44
* Copyright 2012-2015 The Dojo Foundation <http://dojofoundation.org/>
55
* Based on Underscore.js 1.7.0 <http://underscorejs.org/LICENSE>
66
* Copyright 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
@@ -12,7 +12,7 @@
1212
var undefined;
1313

1414
/** Used as the semantic version number. */
15-
var VERSION = '3.0.0-pre';
15+
var VERSION = '3.0.0';
1616

1717
/** Used to compose bitmasks for wrapper metadata. */
1818
var BIND_FLAG = 1,

package.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": "3.0.0-pre",
3+
"version": "3.0.0",
44
"main": "lodash.src.js",
55
"private": true,
66
"devDependencies": {

0 commit comments

Comments
 (0)