Skip to content

Commit 0efa226

Browse files
committed
chore(release): v0.1.2
1 parent 01f2dbe commit 0efa226

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# Changelog
22

33

4+
## v0.1.2
5+
6+
[compare changes](https://github.com/peterbud/nuxt-query/compare/v0.1.1...v0.1.2)
7+
8+
### 📦 Build
9+
10+
- **deps-dev:** Bump the dev-deps group with 6 updates ([961c2b0](https://github.com/peterbud/nuxt-query/commit/961c2b0))
11+
- **deps:** Bump the prod-deps group with 2 updates ([a35b8d9](https://github.com/peterbud/nuxt-query/commit/a35b8d9))
12+
- **deps-dev:** Bump the dev-deps group with 5 updates ([7cc66d8](https://github.com/peterbud/nuxt-query/commit/7cc66d8))
13+
- **deps:** Bump the prod-deps group across 1 directory with 4 updates ([366d5e6](https://github.com/peterbud/nuxt-query/commit/366d5e6))
14+
- **deps-dev:** Bump the dev-deps group with 7 updates ([4bcb834](https://github.com/peterbud/nuxt-query/commit/4bcb834))
15+
- **deps-dev:** Bump the dev-deps group with 5 updates ([7cb38e9](https://github.com/peterbud/nuxt-query/commit/7cb38e9))
16+
- **deps:** Bump the prod-deps group with 3 updates ([1ecfdb7](https://github.com/peterbud/nuxt-query/commit/1ecfdb7))
17+
- **deps-dev:** Bump the dev-deps group with 4 updates ([4c79428](https://github.com/peterbud/nuxt-query/commit/4c79428))
18+
- **deps:** Bump @tanstack/vue-query in the prod-deps group ([bcd4b78](https://github.com/peterbud/nuxt-query/commit/bcd4b78))
19+
20+
### 🏡 Chore
21+
22+
- **examples:** Update dependencies ([4bffca3](https://github.com/peterbud/nuxt-query/commit/4bffca3))
23+
24+
### ❤️ Contributors
25+
26+
- Peter Budai <[email protected]>
27+
428
## v0.1.1
529

630
[compare changes](https://github.com/peterbud/nuxt-query/compare/v0.0.6...v0.1.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@peterbud/nuxt-query",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Nuxt integration for Tanstack Query",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)