Skip to content

Commit

Permalink
chore(main): release 0.4.0 (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 23, 2023
1 parent 39e8def commit 3591494
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.4.0](https://github.com/mnorlin/typed-api-fetch/compare/v0.3.2...v0.4.0) (2023-04-23)


### Features

* add parameter serialization option to factory method ([39e8def](https://github.com/mnorlin/typed-api-fetch/commit/39e8defe997566d2275afd0cc9da9466c5629f22))
* resolve array in query parameters ([b8defbf](https://github.com/mnorlin/typed-api-fetch/commit/b8defbffe4b3fd669345a8f4045d31f60956e6cb))


### Bug Fixes

* support patch requests ([1c24c56](https://github.com/mnorlin/typed-api-fetch/commit/1c24c56ab1576810f49551c4aa5a6037283a5fd4))

## [0.3.2](https://github.com/mnorlin/typed-api-fetch/compare/v0.3.1...v0.3.2) (2023-03-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typed-api-fetch",
"version": "0.3.2",
"version": "0.4.0",
"description": "Generate a typed fetch method from a typescript definition",
"license": "MIT",
"author": "mnorlin",
Expand Down

0 comments on commit 3591494

Please sign in to comment.