Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Bump to v0.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Jun 30, 2015
1 parent 4e74490 commit 8402883
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# lodash-fp v0.9.4
# lodash-fp v0.10.0

[lodash](https://lodash.com/) with auto-curried iteratee-first data-last methods.

Expand Down Expand Up @@ -43,7 +43,7 @@ combined(_.range(0, 10));
// => [0, 4]
```

See the [package source](https://github.com/lodash/lodash-fp/tree/0.9.4) for more details.
See the [package source](https://github.com/lodash/lodash-fp/tree/0.10.0) for more details.

**Note:**<br>
Don’t assign values to the [special variable](http://nodejs.org/api/repl.html#repl_repl_features) `_` when in the REPL.<br>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lodash-fp",
"version": "0.9.4",
"version": "0.10.0",
"description": "lodash with more functional fun.",
"icon": "https://lodash.com/icon.svg",
"license": "MIT",
Expand Down

0 comments on commit 8402883

Please sign in to comment.