From d8fb1a536766d1509a20832209199a16ed4418cf Mon Sep 17 00:00:00 2001 From: Morris Allison III Date: Tue, 19 Apr 2016 13:43:12 -0700 Subject: [PATCH 1/2] Bump version to 0.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": { From 3186a85ee0f7d4b00e48fe3663c17d8c05148430 Mon Sep 17 00:00:00 2001 From: Morris Allison III Date: Tue, 19 Apr 2016 13:43:34 -0700 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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)