We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14a518f + 3186a85 commit b20c579Copy full SHA for b20c579
CHANGELOG.md
@@ -1,5 +1,9 @@
1
#Stipulate Changelog
2
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
7
## 0.0.1
8
9
- Initial release [#2](https://github.com/yola/stipulate/pull/2)
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": {
0 commit comments