Skip to content

Commit 4cda455

Browse files
committed
chore: release v0.0.5
1 parent ad341d3 commit 4cda455

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.0.5](https://github.com/Hebilicious/vue-query-nuxt/compare/v0.0.4...v0.0.5) (2023-06-02)
2+
3+
4+
15
## [0.0.4](https://github.com/Hebilicious/vue-query-nuxt/compare/v0.0.3...v0.0.4) (2023-06-02)
26

37

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.0.4",
4+
"version": "0.0.5",
55
"private": true,
66
"packageManager": "pnpm@8.6.0",
77
"scripts": {

packages/vue-query-nuxt/package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
{
22
"name": "@hebilicious/vue-query-nuxt",
33
"type": "module",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"license": "MIT",
66
"repository": "Hebilicious/vue-query-nuxt",
7-
"keywords": ["nuxt", "vue", "vue-query", "query", "tanstack", "react-query"],
7+
"keywords": [
8+
"nuxt",
9+
"vue",
10+
"vue-query",
11+
"query",
12+
"tanstack",
13+
"react-query"
14+
],
815
"exports": {
916
".": {
1017
"types": "./dist/module.d.ts",

0 commit comments

Comments
 (0)