Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Apr 14, 2016
1 parent d6cc386 commit 30ecd9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@


## 1.0.1 - 2016-04-14
- Release v1.0.1 / npm@v1.0.1
- update description and docs
- allow passing context as third argument or as bind/call/apply-ing `renameFunction`

## 1.0.0 - 2016-04-14
- Release v1.0.0 / npm@v1.0.0
- add keywords
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": "rename-function",
"version": "1.0.0",
"version": "1.0.1",
"description": "Rename a given function. Tries to be cross-platform and guaranteed. Useful when you want to preserve name of bound function. In bonus, allows passing context to the renamed function.",
"repository": "tunnckoCore/rename-function",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
Expand Down

0 comments on commit 30ecd9c

Please sign in to comment.