Skip to content

Commit 12611ba

Browse files
committed
chore(release): v0.9.4
1 parent 16f3edd commit 12611ba

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# Changelog
22

33

4+
## v0.9.4
5+
6+
[compare changes](https://github.com/enkot/nuxt-open-fetch/compare/v0.9.3...v0.9.4)
7+
8+
### 🩹 Fixes
9+
10+
- Module import in docs ([b6364dd](https://github.com/enkot/nuxt-open-fetch/commit/b6364dd))
11+
- Pnpm-lock ([3e3a07b](https://github.com/enkot/nuxt-open-fetch/commit/3e3a07b))
12+
- Ref type for query params ([a0c7d71](https://github.com/enkot/nuxt-open-fetch/commit/a0c7d71))
13+
14+
### 📖 Documentation
15+
16+
- Added "Type helpers" section ([5e0f815](https://github.com/enkot/nuxt-open-fetch/commit/5e0f815))
17+
18+
### 🏡 Chore
19+
20+
- Eslint ([16f3edd](https://github.com/enkot/nuxt-open-fetch/commit/16f3edd))
21+
22+
### ❤️ Contributors
23+
24+
- Enkot ([@enkot](http://github.com/enkot))
25+
426
## v0.9.3
527

628
[compare changes](https://github.com/enkot/nuxt-open-fetch/compare/v0.9.2...v0.9.3)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-open-fetch",
33
"type": "module",
4-
"version": "0.9.3",
4+
"version": "0.9.4",
55
"description": "Generate zero-overhead, 100% typed OpenAPI clients for Nuxt.",
66
"license": "MIT",
77
"repository": "enkot/nuxt-open-fetch",

0 commit comments

Comments
 (0)