Skip to content

Commit 864f253

Browse files
committed
chore: release v0.0.3
1 parent 5f28131 commit 864f253

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.0.3](https://github.com/Hebilicious/vue-query-nuxt/compare/v0.0.2...v0.0.3) (2023-06-01)
2+
3+
4+
### Bug Fixes
5+
6+
* change export to named export ([5f28131](https://github.com/Hebilicious/vue-query-nuxt/commit/5f28131d19a468a4b5705617aff3a7025f675ba5))
7+
8+
9+
110
## 0.0.2 (2023-05-31)
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.0.2",
4+
"version": "0.0.3",
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.2",
4+
"version": "0.0.3",
55
"license": "MIT",
66
"repository": "Hebilicious/vue-query-nuxt",
77
"exports": {

0 commit comments

Comments
 (0)