Skip to content

Commit 80dc311

Browse files
committed
chore: release v0.0.2
1 parent 1b049a2 commit 80dc311

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
@@ -0,0 +1,9 @@
1+
## 0.0.2 (2023-05-31)
2+
3+
4+
### Features
5+
6+
* implement vue-query module ([1b049a2](https://github.com/Hebilicious/vue-query-nuxt/commit/1b049a2e709523a9f7f178d4fc468238b650f254))
7+
8+
9+

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.1",
4+
"version": "0.0.2",
55
"private": true,
66
"packageManager": "pnpm@8.6.0",
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.0.1",
4+
"version": "0.0.2",
55
"license": "MIT",
66
"repository": "Hebilicious/vue-query-nuxt",
77
"exports": {

0 commit comments

Comments
 (0)