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.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed May 24, 2015
1 parent 5aa3d64 commit 14ea6d4
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.8.0
# lodash-fp v0.9.0

[lodash](https://lodash.com/) with auto-curried iteratee-first 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.8.0) for more details.
See the [package source](https://github.com/lodash/lodash-fp/tree/0.9.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.8.0",
"version": "0.9.0",
"description": "lodash with more functional fun.",
"icon": "https://lodash.com/icon.svg",
"license": "MIT",
Expand Down

0 comments on commit 14ea6d4

Please sign in to comment.