Skip to content

Commit e907713

Browse files
committed
chore(release): v0.6.5
1 parent cd6824d commit e907713

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

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

33

4+
## v0.6.5
5+
6+
[compare changes](https://github.com/enkot/nuxt-open-fetch/compare/v0.6.4...v0.6.5)
7+
8+
### 🚀 Enhancements
9+
10+
- Og image ([2b1e634](https://github.com/enkot/nuxt-open-fetch/commit/2b1e634))
11+
12+
### 🩹 Fixes
13+
14+
- **docs:** Lock module ([ff956d0](https://github.com/enkot/nuxt-open-fetch/commit/ff956d0))
15+
- Docs og image; twoslash for utils ([1025b15](https://github.com/enkot/nuxt-open-fetch/commit/1025b15))
16+
- Docs links ([9c4e12d](https://github.com/enkot/nuxt-open-fetch/commit/9c4e12d))
17+
- Add optional operator on createOpenFetch opts ([fba38b5](https://github.com/enkot/nuxt-open-fetch/commit/fba38b5))
18+
- Lint issues ([c023621](https://github.com/enkot/nuxt-open-fetch/commit/c023621))
19+
20+
### 📖 Documentation
21+
22+
- Add optional operator ([9c60191](https://github.com/enkot/nuxt-open-fetch/commit/9c60191))
23+
24+
### 🏡 Chore
25+
26+
- Update deps ([cd6824d](https://github.com/enkot/nuxt-open-fetch/commit/cd6824d))
27+
28+
### ❤️ Contributors
29+
30+
- Enkot ([@enkot](http://github.com/enkot))
31+
- Julien Huang <[email protected]>
32+
433
## v0.6.4
534

635
[compare changes](https://github.com/enkot/nuxt-open-fetch/compare/v0.6.3...v0.6.4)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-open-fetch",
33
"type": "module",
4-
"version": "0.6.4",
4+
"version": "0.6.5",
55
"description": "Generate zero-overhead, 100% typed OpenAPI clients for Nuxt.",
66
"license": "MIT",
77
"repository": "enkot/nuxt-open-fetch",
@@ -65,4 +65,4 @@
6565
"ofetch": "^1.3.3",
6666
"vitest": "^1.4.0"
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)