diff --git a/CHANGELOG.md b/CHANGELOG.md index 8049c4a..bb01ed2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.1](https://www.github.com/runeh/typical-fetch/compare/v1.0.0...v1.0.1) (2021-05-17) + + +### Bug Fixes + +* more explicit return types ([a59bc87](https://www.github.com/runeh/typical-fetch/commit/a59bc878b2bcccc18bc5913491e9737b536ca5fc)) + ## 1.0.0 (2021-05-14) diff --git a/package.json b/package.json index d31dcd1..4c937f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typical-fetch", - "version": "1.0.0", + "version": "1.0.1", "main": "dist/index.js", "repository": "git@github.com:runeh/typical-fetch.git", "author": "Rune Finstad Halvorsen ",