Skip to content

Commit 7d18a19

Browse files
committed
Release v0.6.0
1 parent 5068ce2 commit 7d18a19

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## dev
3+
## [0.6.0] - 2025-12-31
44

55
* Tanstack support
66
* Write logs and instrumentation to a file so it works across multiple runtimes

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
22
"name": "tidewave",
3-
"version": "0.5.5",
4-
"description": "Tidewave for JavaScript/Next.js",
3+
"version": "0.6.0",
4+
"description": "Tidewave for JavaScript (Next.js, TanStack, Vite)",
55
"keywords": [
66
"typescript",
77
"documentation",
88
"mcp",
99
"cli",
10-
"tidewave"
10+
"tidewave",
11+
"next",
12+
"vite",
13+
"tanstack"
1114
],
1215
"homepage": "https://tidewave.ai",
1316
"repository": {

0 commit comments

Comments
 (0)