Skip to content

Commit

Permalink
Merge pull request #6 from yola/version-bump
Browse files Browse the repository at this point in the history
Prepare release v0.0.2
  • Loading branch information
morrisallison committed Apr 19, 2016
2 parents 14a518f + 3186a85 commit b20c579
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b20c579

Please sign in to comment.