diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d5dca1..fb691ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ #Stipulate Changelog +## 0.0.2 + +- Fixes an issue where Stipulate would fail to bundle with consumers that use Browserify. [#5](https://github.com/yola/stipulate/pull/5) + ## 0.0.1 - Initial release [#2](https://github.com/yola/stipulate/pull/2) diff --git a/package.json b/package.json index d2b52b9..06b9319 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stipulate", - "version": "0.0.1", + "version": "0.0.2", "description": "A module extending the Fetch API with some useful default error handling and hooks.", "main": "src/stipulate.js", "scripts": {