Skip to content

Commit 6ebd929

Browse files
committed
Merge pull request #10 from yola/ohohfour
ready 0.0.4
2 parents 64979b9 + a84f9a1 commit 6ebd929

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.4
4+
5+
- Update dependencies to latest [#9](https://github.com/yola/stipulate/pull/9)
6+
37
## 0.0.3
48

59
- Stipulate no longer requires the environment to provide `Array.prototype.includes`. [#7](https://github.com/yola/stipulate/pull/7)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stipulate",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
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)