Skip to content

Commit 0021c75

Browse files
author
tunnckoCore
committed
Release v1.0.1
1 parent 245482b commit 0021c75

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11

22

3+
## 1.0.1 - 2015-07-19
4+
- Release v1.0.1 / npm@v1.0.1
5+
- externalize some logic to `arr-filter-fn` and `arr-filter-function`
6+
37
## 1.0.0 - 2015-07-17
48
- Release v1.0.0 / npm@v1.0.0
59
- add new test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "useware",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Accept Arguments object or multiple arguments that can be any value, including deeply nested arrays. Flatten the arguments/values then filter them to be only functions. Useful for `.use` methods.",
55
"repository": "tunnckoCore/useware",
66
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",

0 commit comments

Comments
 (0)