diff --git a/HISTORY.md b/HISTORY.md index 545a392..672c459 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +1.1.5 / 2014-09-21 +================== + +- test with real http request for github API +- show more infos about github rate limit in the console 1.1.4 / 2014-04-26 ================== diff --git a/package.json b/package.json index 4e3e8fa..d0d4b88 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "remotes", "description": "Normalize remote end points", - "version": "1.1.4", + "version": "1.1.5", "author": { "name": "Jonathan Ong", "email": "me@jongleberry.com",