Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdegges committed May 6, 2018
1 parent 12deb33 commit 5979cbf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ let geoIP = new GeoIP("your-api-key", { retries: 2 });

## Changelog

0.1.1: *05-06-2018*

- Updating dependencies to handle `hoek` vulnerability.

0.1.0: *04-16-2018*

- First release!
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-geoip",
"version": "0.1.0",
"version": "0.1.1",
"description": "The simplest possible way to get IP geolocation information.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5979cbf

Please sign in to comment.