Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0529df7

Browse files
committed
Bump to v3.9.2.
1 parent fc31fb9 commit 0529df7

File tree

5 files changed

+246
-242
lines changed

5 files changed

+246
-242
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.9.0
1+
# lodash v3.9.2
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.9.0-amd) & [compatibility](https://github.com/lodash/lodash-compat/tree/3.9.0-amd) builds
20-
* ES modules for the [modern](https://github.com/lodash/lodash/tree/3.9.0-es) build
19+
* AMD modules for [modern](https://github.com/lodash/lodash/tree/3.9.2-amd) & [compatibility](https://github.com/lodash/lodash-compat/tree/3.9.2-amd) builds
20+
* ES modules for the [modern](https://github.com/lodash/lodash/tree/3.9.2-es) build
2121

2222
## Further Reading
2323

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

0 commit comments

Comments
 (0)