diff --git a/HISTORY.md b/HISTORY.md index f3bbdf4..3e17616 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +1.0.1 / 2016-08-14 +================== +* Format code +* Update Readme + 1.0.0 / 2015-11-19 ================== * Remove Bower support diff --git a/README.md b/README.md index 87806fc..5816284 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,3 @@ MIT # Acknowledgement Thanks to [github/fetch](https://github.com/github/fetch) for bring Fetch to old browsers. - - -[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/camsong/fetch-jsonp/trend.png)](https://bitdeli.com/free "Bitdeli Badge") - diff --git a/package.json b/package.json index f471941..002f06b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fetch-jsonp", - "version": "1.0.0", + "version": "1.0.1", "description": "Fetch JSONP like a boss using Fetch API", "main": "build/fetch-jsonp.js", "scripts": {