Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Mar 26, 2016
1 parent 81afda9 commit 314e3c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@


## 1.0.1 - 2015-03-26
- Release v1.0.1 / npm@v1.0.1
- add more tests
- little refactor to use `to-file-path` in strict mode
+ forced to be done, because of `micromatch@2.2` that works only for filepaths
- update deps

## 1.0.0 - 2015-05-24
- Release v1.0.0 / npm@v1.0.0
- add support for no strict mode
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ip-filter",
"version": "1.0.0",
"version": "1.0.1",
"description": "Filter valid IPv4 or IPv6 IP against glob pattern, array, string, regexp or matcher function, if match return the checked IP, otherwise return falsey value.",
"repository": "tunnckoCore/ip-filter",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
Expand Down

0 comments on commit 314e3c7

Please sign in to comment.