Skip to content

Commit 33d0516

Browse files
committed
chore: release v0.0.4
1 parent 12173dd commit 33d0516

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.0.4](https://github.com/Hebilicious/vue-query-nuxt/compare/v0.0.3...v0.0.4) (2023-06-02)
2+
3+
4+
### Features
5+
6+
* add simple and avanced examples ([3bea7d7](https://github.com/Hebilicious/vue-query-nuxt/commit/3bea7d7135d18c9aa1282daffed4ec30bb50a356))
7+
* properly type plugin callback ([8e72f91](https://github.com/Hebilicious/vue-query-nuxt/commit/8e72f912bdbf261ebe9533e268c97ac58975a6ce))
8+
9+
10+
111
## [0.0.3](https://github.com/Hebilicious/vue-query-nuxt/compare/v0.0.2...v0.0.3) (2023-06-01)
212

313

package.json

+1-1
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.3",
4+
"version": "0.0.4",
55
"private": true,
66
"packageManager": "[email protected]",
77
"scripts": {

packages/vue-query-nuxt/package.json

+1-1
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.3",
4+
"version": "0.0.4",
55
"license": "MIT",
66
"repository": "Hebilicious/vue-query-nuxt",
77
"exports": {

0 commit comments

Comments
 (0)