Skip to content

Commit b20c579

Browse files
committed
Merge pull request #6 from yola/version-bump
Prepare release v0.0.2
2 parents 14a518f + 3186a85 commit b20c579

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#Stipulate Changelog
22

3+
## 0.0.2
4+
5+
- Fixes an issue where Stipulate would fail to bundle with consumers that use Browserify. [#5](https://github.com/yola/stipulate/pull/5)
6+
37
## 0.0.1
48

59
- Initial release [#2](https://github.com/yola/stipulate/pull/2)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stipulate",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "A module extending the Fetch API with some useful default error handling and hooks.",
55
"main": "src/stipulate.js",
66
"scripts": {

0 commit comments

Comments
 (0)