Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

Commit

Permalink
changing version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbillingsley committed Dec 17, 2014
1 parent 7f7016b commit 0a95606
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ app.listen(3000);

## Changelog

0.0.18

* Fixing bug when array of CIDR blocks are used

0.0.16

* Fixing bug when no IP address can be determined
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "express-ipfilter",
"description": "A light-weight IP address based filtering system",
"version": "0.0.17",
"version": "0.0.18",
"author": "BaM Interactive",
"dependencies": {
"netmask": "~1.0.4",
Expand Down

0 comments on commit 0a95606

Please sign in to comment.