From a6cb9b2d6976e4a2f7c459ef4b91124e8b2d279d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 20:13:19 +0000 Subject: [PATCH] chore: release 1.0.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 ",