Skip to content

Commit 0fa79ef

Browse files
committed
chore(release): v0.0.5
1 parent 321b709 commit 0fa79ef

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.0.5
5+
6+
[compare changes](https://github.com/peterbud/nuxt-query/compare/v0.0.4...v0.0.5)
7+
8+
### 🩹 Fixes
9+
10+
- Add truncation to query key in QueryListItem ([6eb9c87](https://github.com/peterbud/nuxt-query/commit/6eb9c87))
11+
- Change package ecosystem for Dependabot ([06175fa](https://github.com/peterbud/nuxt-query/commit/06175fa))
12+
- Exclude 'meta' and private keys from query options ([7ca86de](https://github.com/peterbud/nuxt-query/commit/7ca86de))
13+
- Update build script to include preparation step ([321b709](https://github.com/peterbud/nuxt-query/commit/321b709))
14+
15+
### 📦 Build
16+
17+
- **deps-dev:** Bump @unocss/nuxt from 65.5.0 to 66.0.0 ([77a0342](https://github.com/peterbud/nuxt-query/commit/77a0342))
18+
- **deps-dev:** Bump vitest from 3.0.7 to 3.0.8 ([57dc06d](https://github.com/peterbud/nuxt-query/commit/57dc06d))
19+
- **deps:** Bump splitpanes from 3.1.8 to 4.0.0 ([36062b5](https://github.com/peterbud/nuxt-query/commit/36062b5))
20+
- **deps-dev:** Bump changelogen from 0.5.7 to 0.6.1 ([9a412ab](https://github.com/peterbud/nuxt-query/commit/9a412ab))
21+
22+
### 🏡 Chore
23+
24+
- Update dependencies to latest versions ([edd5f89](https://github.com/peterbud/nuxt-query/commit/edd5f89))
25+
- Add Dependabot configuration for weekly updates ([50bdf23](https://github.com/peterbud/nuxt-query/commit/50bdf23))
26+
27+
### ❤️ Contributors
28+
29+
- Peter Budai <peterbudai@hotmail.com>
30+
431
## v0.0.4
532

633
[compare changes](https://github.com/peterbud/nuxt-query/compare/v0.0.3...v0.0.4)

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

0 commit comments

Comments
 (0)