diff --git a/CHANGELOG.md b/CHANGELOG.md index dec980d..4175c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://www.github.com/runeh/typical-fetch/compare/v1.3.1...v1.4.0) (2021-09-17) + + +### Features + +* Export CallReturn ([#15](https://www.github.com/runeh/typical-fetch/issues/15)) ([8efcd88](https://www.github.com/runeh/typical-fetch/commit/8efcd889ab59c5d89c2db8d20e8b200c594ebc30)) + ### [1.3.1](https://www.github.com/runeh/typical-fetch/compare/v1.3.0...v1.3.1) (2021-06-23) diff --git a/package.json b/package.json index 6362d95..7b24825 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typical-fetch", - "version": "1.3.2", + "version": "1.4.0", "main": "dist/index.js", "typings": "dist/index.d.ts", "repository": "github:runeh/typical-fetch",