Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is the changelog for `http-client`.

## 0.4.1

No changes in this release.

## 0.4.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@afoures/http-client",
"version": "0.4.0",
"version": "0.4.1",
"description": "A typesafe and robust HTTP client",
"homepage": "https://github.com/afoures/http-client#readme",
"bugs": {
Expand Down
Loading