8000 Bump to v3.5.0. · lodash/lodash@51e459b · GitHub
[go: up one dir, main page]

Skip to content

Commit 51e459b

Browse files
committed
Bump to v3.5.0.
1 parent 1253d25 commit 51e459b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# lodash v3.4.0
1+
# lodash v3.5.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

@@ -16,8 +16,8 @@ $ lodash modern -o ./lodash.js
1616
lodash is also available in a variety of other builds & module formats.
1717

1818
* 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
19-
* AMD modules for [modern](https://github.com/lodash/lodash/tree/3.4.0-amd) & [compatibility](https://github.com/lodash/lodash-compat/tree/3.4.0-amd) builds
20-
* ES modules for the [modern](https://github.com/lodash/lodash/tree/3.4.0-es) build
19+
* AMD modules for [modern](https://github.com/lodash/lodash/tree/3.5.0-amd) & [compatibility](https://github.com/lodash/lodash-compat/tree/3.5.0-amd) builds
20+
* ES modules for the [modern](https://github.com/lodash/lodash/tree/3.5.0-es) build
2121

2222
## Further Reading
2323

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lodash",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"main": "lodash.js",
55
"ignore": [
66
".*",

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lodash",
33
"repo": "lodash/lodash",
4-
"version": "3.4.0",
4+
"version": "3.5.0",
55
"description": "The modern build of lodash.",
66
"license": "MIT",
77
"main": "lodash.js",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lodash",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"main": "lodash.src.js",
55
"private": true,
66
"devDependencies": {

0 commit comments

Comments
 (0)
0