Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.1...v1.4.0) (2024-05-09)

### Bug Fixes

* add  %identity function, facilitating the usage in catch case ([e958407](e958407))

### Features

* add instance fetch callable in a weird way ([4c09788](4c09788))
  • Loading branch information
semantic-release-bot committed May 9, 2024
1 parent 4c09788 commit bb8cbf6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.4.0](https://github.com/DCKT/rescript-ky/compare/v1.3.1...v1.4.0) (2024-05-09)


### Bug Fixes

* add %identity function, facilitating the usage in catch case ([e958407](https://github.com/DCKT/rescript-ky/commit/e9584075577af9a382a69c22ef25ff250c8c89e8))


### Features

* add instance fetch callable in a weird way ([4c09788](https://github.com/DCKT/rescript-ky/commit/4c09788e8df5cc858a24ea114447ca18ed0c8cf9))

## [1.3.1](https://github.com/DCKT/rescript-ky/compare/v1.3.0...v1.3.1) (2024-05-07)


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": "@dck/rescript-ky",
"version": "1.3.1",
"version": "1.4.0",
"description": "ReScript bindings for ky HTTP client",
"type": "module",
"keywords": [
Expand Down

0 comments on commit bb8cbf6

Please sign in to comment.