Skip to content

Commit 3139c91

Browse files
committed
chore: release v0.1.0
1 parent a8fcdf3 commit 3139c91

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.1.0](https://github.com/Hebilicious/vue-query-nuxt/compare/v0.1.0-beta.0...v0.1.0) (2023-06-29)
2+
3+
4+
### Bug Fixes
5+
6+
* 3.6 types ([#12](https://github.com/Hebilicious/vue-query-nuxt/issues/12)) ([a8fcdf3](https://github.com/Hebilicious/vue-query-nuxt/commit/a8fcdf3c8c5a92ca885fb0fe073ca5dd22c99024))
7+
8+
9+
110
# [0.1.0-beta.0](https://github.com/Hebilicious/vue-query-nuxt/compare/v0.0.5...v0.1.0-beta.0) (2023-06-03)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hebilicious/vue-query-nuxt",
33
"type": "module",
4-
"version": "0.1.0-beta.0",
4+
"version": "0.1.0",
55
"private": true,
66
"packageManager": "pnpm@8.6.5",
77
"scripts": {

packages/vue-query-nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hebilicious/vue-query-nuxt",
33
"type": "module",
4-
"version": "0.1.0-beta.0",
4+
"version": "0.1.0",
55
"description": "A Nuxt module for Vue Query",
66
"author": {
77
"name": "Hebilicious",

0 commit comments

Comments
 (0)