Skip to content

Commit 6d3d5d9

Browse files
chore(main): release 0.3.1 (#28)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6c8019e commit 6d3d5d9

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.3.1](https://github.com/mnorlin/typed-api-fetch/compare/v0.3.0...v0.3.1) (2023-03-28)
4+
5+
6+
### Bug Fixes
7+
8+
* expose more utility types ([0c88eee](https://github.com/mnorlin/typed-api-fetch/commit/0c88eeeb212a892356f7b273bf442a7decb0e73a))
9+
* infer query parameters more reliable ([eaaaa2c](https://github.com/mnorlin/typed-api-fetch/commit/eaaaa2c1e43a196fea0c0ffead9500c4a2bd056c))
10+
* Prevent error on HTTP 204 responses ([361c03b](https://github.com/mnorlin/typed-api-fetch/commit/361c03b3122eb2962d9ab5ff3ca853ad7f891df8))
11+
* typo in ResponseBodySuccess ([8ebf770](https://github.com/mnorlin/typed-api-fetch/commit/8ebf77049808b38978503b902482e88c6cf6e05b))
12+
313
## [0.3.0](https://github.com/mnorlin/typed-api-fetch/compare/v0.2.1...v0.3.0) (2023-03-19)
414

515

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typed-api-fetch",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Generate a typed fetch method from a typescript definition",
55
"license": "MIT",
66
"author": "mnorlin",

0 commit comments

Comments
 (0)