We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64979b9 + a84f9a1 commit 6ebd929Copy full SHA for 6ebd929
CHANGELOG.md
@@ -1,5 +1,9 @@
1
#Stipulate Changelog
2
3
+## 0.0.4
4
+
5
+- Update dependencies to latest [#9](https://github.com/yola/stipulate/pull/9)
6
7
## 0.0.3
8
9
- Stipulate no longer requires the environment to provide `Array.prototype.includes`. [#7](https://github.com/yola/stipulate/pull/7)
package.json
@@ -1,6 +1,6 @@
{
"name": "stipulate",
- "version": "0.0.3",
+ "version": "0.0.4",
"description": "A module extending the Fetch API with some useful default error handling and hooks.",
"main": "src/stipulate.js",
"scripts": {
0 commit comments