Skip to content

Commit fdab485

Browse files
committed
chore(release): v0.13.3
1 parent a60b0ca commit fdab485

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
# Changelog
22

33

4+
## v0.13.3
5+
6+
[compare changes](https://github.com/enkot/nuxt-open-fetch/compare/v0.13.2...v0.13.3)
7+
8+
### 🚀 Enhancements
9+
10+
- Allow defining the Accept header to filter return type ([60b5d10](https://github.com/enkot/nuxt-open-fetch/commit/60b5d10))
11+
12+
### 🩹 Fixes
13+
14+
- Restrict acceptable media types in accept to declared ones ([28edbb6](https://github.com/enkot/nuxt-open-fetch/commit/28edbb6))
15+
16+
### 📖 Documentation
17+
18+
- Add bun installation instructions ([e668e4f](https://github.com/enkot/nuxt-open-fetch/commit/e668e4f))
19+
- Add accept parameter in individual function documentation ([20ee778](https://github.com/enkot/nuxt-open-fetch/commit/20ee778))
20+
- Properly mention how to use the runtime config ([#107](https://github.com/enkot/nuxt-open-fetch/pull/107))
21+
22+
### 🏡 Chore
23+
24+
- Use github alerts in `README.md` ([3b182a1](https://github.com/enkot/nuxt-open-fetch/commit/3b182a1))
25+
26+
### ❤️ Contributors
27+
28+
- Norbiros ([@Norbiros](https://github.com/Norbiros))
29+
- Loïc Herman <[email protected]>
30+
431
## v0.13.2
532

633
[compare changes](https://github.com/enkot/nuxt-open-fetch/compare/v0.13.1...v0.13.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-open-fetch",
33
"type": "module",
4-
"version": "0.13.2",
4+
"version": "0.13.3",
55
"packageManager": "[email protected]+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
66
"description": "Generate zero-overhead, 100% typed OpenAPI clients for Nuxt.",
77
"author": {

0 commit comments

Comments
 (0)