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

Skip to content

Commit dfbd78f

Browse files
committed
Bump to v3.10.1.
1 parent e132e87 commit dfbd78f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# lodash v3.10.0
1+
# lodash v3.10.1
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.10.0-amd) & [compatibility](https://github.com/lodash/lodash-compat/tree/3.10.0-amd) builds
20-
* ES modules for the [modern](https://github.com/lodash/lodash/tree/3.10.0-es) build
19+
* AMD modules for [modern](https://github.com/lodash/lodash/tree/3.10.1-amd) & [compatibility](https://github.com/lodash/lodash-compat/tree/3.10.1-amd) builds
20+
* ES modules for the [modern](https://github.com/lodash/lodash/tree/3.10.1-es) build
2121

2222
## Further Reading
2323

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": "3.10.0",
4+
"version": "3.10.1",
55
"description": "The modern build of lodash.",
66
"license": "MIT",
77
"main": "lodash.js",

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

0 commit comments

Comments
 (0)
0