Skip to content

Commit

Permalink
Bump to v4.17.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Apr 24, 2018
1 parent cf8bb34 commit bbcefc5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# lodash-amd v4.17.9
# lodash-amd v4.17.10

The [Lodash](https://lodash.com/) library exported as [AMD](https://github.com/amdjs/amdjs-api/wiki/AMD) modules.

Expand Down Expand Up @@ -27,4 +27,4 @@ require({
});
```

See the [package source](https://github.com/lodash/lodash/tree/4.17.9-amd) for more details.
See the [package source](https://github.com/lodash/lodash/tree/4.17.10-amd) for more details.
2 changes: 1 addition & 1 deletion main.js
Expand Up @@ -13,7 +13,7 @@
var undefined;

/** Used as the semantic version number. */
var VERSION = '4.17.9';
var VERSION = '4.17.10';

/** Used as the size to enable large array optimizations. */
var LARGE_ARRAY_SIZE = 200;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "lodash-amd",
"version": "4.17.9",
"version": "4.17.10",
"description": "Lodash exported as AMD modules.",
"keywords": "amd, modules, stdlib, util",
"homepage": "https://lodash.com/custom-builds",
Expand Down

0 comments on commit bbcefc5

Please sign in to comment.