diff --git a/.changes/http-client/minor.1-add-inference-helpers.md b/.changes/http-client/minor.1-add-inference-helpers.md deleted file mode 100644 index 0cc3af2..0000000 --- a/.changes/http-client/minor.1-add-inference-helpers.md +++ /dev/null @@ -1 +0,0 @@ -Add `$infer` namespace to infer `data`, `error`, `query`, `params`, `body` types from an http_client. diff --git a/CHANGELOG.md b/CHANGELOG.md index e1b6814..69b88d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This is the changelog for `http-client`. +## 0.4.0 + +### Features + +- Add `$infer` namespace to infer `data`, `error`, `query`, `params`, `body` types from an http_client. + ## 0.3.0 ### Features diff --git a/package.json b/package.json index e560835..2967512 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@afoures/http-client", - "version": "0.3.0", + "version": "0.4.0", "description": "A typesafe and robust HTTP client", "homepage": "https://github.com/afoures/http-client#readme", "bugs": {