Skip to content

Commit c2494a7

Browse files
committed
chore: release v0.3.0
1 parent 80313bc commit c2494a7

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.3.0](https://github.com/Hebilicious/vue-query-nuxt/compare/v0.2.1...v0.3.0) (2023-12-19)
2+
3+
4+
### Features
5+
6+
* update plugin init ([#55](https://github.com/Hebilicious/vue-query-nuxt/issues/55)) ([773728f](https://github.com/Hebilicious/vue-query-nuxt/commit/773728fc728ab1b6d932d3292d9d0295628452e5))
7+
8+
9+
110
## [0.2.1](https://github.com/Hebilicious/vue-query-nuxt/compare/v0.2.0...v0.2.1) (2023-09-19)
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.2.1",
4+
"version": "0.3.0",
55
"private": true,
66
"workspaces": [
77
"packages/*",

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.2.1",
4+
"version": "0.3.0",
55
"description": "A Nuxt module for Vue Query",
66
"author": {
77
"name": "Hebilicious",

0 commit comments

Comments
 (0)