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.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Feb 20, 2015
1 parent 54de65b commit dd44f4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.2.0
# lodash-fp v0.3.0

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

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

See the [package source](https://github.com/lodash/lodash-fp/tree/0.2.0) for more details.
See the [package source](https://github.com/lodash/lodash-fp/tree/0.3.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
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lodash-fp",
"version": "0.2.0",
"version": "0.3.0",
"description": "lodash with more functional fun.",
"icon": "https://lodash.com/icon.svg",
"license": "MIT",
Expand All @@ -24,6 +24,7 @@
"qunitjs": "~1.17.0"
},
"files": [
"index.js"
"index.js",
"mixin.js"
]
}

0 comments on commit dd44f4a

Please sign in to comment.