Skip to content

Commit a452b36

Browse files
committed
chore(release): v1.2.1
1 parent 375380f commit a452b36

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.2.1
5+
6+
[compare changes](https://github.com/peterbud/nuxt-query/compare/v1.2.0...v1.2.1)
7+
8+
### 📦 Build
9+
10+
- **deps-dev:** Bump the dev-deps group with 5 updates ([f498b55](https://github.com/peterbud/nuxt-query/commit/f498b55))
11+
- **deps-dev:** Bump the dev-deps group with 2 updates ([1b857ea](https://github.com/peterbud/nuxt-query/commit/1b857ea))
12+
- **deps:** Bump the prod-deps group across 1 directory with 3 updates ([2de91d7](https://github.com/peterbud/nuxt-query/commit/2de91d7))
13+
- **deps:** Bump the prod-deps group with 2 updates ([137a3df](https://github.com/peterbud/nuxt-query/commit/137a3df))
14+
- **deps:** Bump actions/setup-node in the actions-deps group ([84018f9](https://github.com/peterbud/nuxt-query/commit/84018f9))
15+
- **deps-dev:** Bump the dev-deps group across 1 directory with 2 updates ([86ef351](https://github.com/peterbud/nuxt-query/commit/86ef351))
16+
- **deps-dev:** Bump the dev-deps group with 6 updates ([a9885bb](https://github.com/peterbud/nuxt-query/commit/a9885bb))
17+
- **deps:** Bump the prod-deps group with 4 updates ([abfd702](https://github.com/peterbud/nuxt-query/commit/abfd702))
18+
- **deps:** Bump the prod-deps group with 4 updates ([d3f651f](https://github.com/peterbud/nuxt-query/commit/d3f651f))
19+
- **deps-dev:** Bump the dev-deps group across 1 directory with 5 updates ([494584a](https://github.com/peterbud/nuxt-query/commit/494584a))
20+
- **deps-dev:** Bump the dev-deps group with 4 updates ([cd16508](https://github.com/peterbud/nuxt-query/commit/cd16508))
21+
- **deps:** Bump the prod-deps group with 6 updates ([e3ef5e3](https://github.com/peterbud/nuxt-query/commit/e3ef5e3))
22+
- **deps-dev:** Bump the dev-deps group with 4 updates ([ef97572](https://github.com/peterbud/nuxt-query/commit/ef97572))
23+
- **deps:** Bump @tanstack/vue-query in the prod-deps group ([a5399d3](https://github.com/peterbud/nuxt-query/commit/a5399d3))
24+
- **deps:** Bump actions/checkout from 5 to 6 in the actions-deps group ([4a86c65](https://github.com/peterbud/nuxt-query/commit/4a86c65))
25+
- **deps:** Bump vue from 3.5.24 to 3.5.25 in the prod-deps group ([6d67c72](https://github.com/peterbud/nuxt-query/commit/6d67c72))
26+
- **deps-dev:** Bump the dev-deps group with 3 updates ([b821c25](https://github.com/peterbud/nuxt-query/commit/b821c25))
27+
28+
### 🏡 Chore
29+
30+
- Update dependencies in example ([ac31e7e](https://github.com/peterbud/nuxt-query/commit/ac31e7e))
31+
32+
### ❤️ Contributors
33+
34+
- Peter Budai <peterbudai@hotmail.com>
35+
436
## v1.2.0
537

638
[compare changes](https://github.com/peterbud/nuxt-query/compare/v1.1.0...v1.2.0)

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": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Nuxt integration for Tanstack Query",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)