Skip to content

Commit dc1b44b

Browse files
committed
chore: prepare releases
1 parent d96b1af commit dc1b44b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

lib/node-addon/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
# @graphql-hive/router-query-planner changelog
2+
## 0.0.1-alpha.0 (2025-11-04)
3+
4+
### Features
5+
6+
- A node addon containing the query planner of hive router

lib/node-addon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/router-query-planner",
3-
"version": "0.0.0",
3+
"version": "0.0.1-alpha.0",
44
"type": "module",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -46,4 +46,4 @@
4646
"devDependencies": {
4747
"@napi-rs/cli": "^3.2.0"
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)