We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1122146 commit 51aa9e6Copy full SHA for 51aa9e6
2 files changed
CHANGELOG.md
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
6
7
### Unreleased
8
9
-### [3.0.0-alpha.8.1] - 2026-03-15
+### [3.0-alpha.9] - 2026-03-15
10
11
- feat(zone): use DataTable for list, added search/limit options
12
- routes/zr: add extra data about ZR parse failures
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nictool/api",
3
- "version": "3.0.0-alpha.8.1",
+ "version": "3.0-alpha.9",
4
"description": "NicTool API",
5
"main": "index.js",
"type": "module",
@@ -68,4 +68,4 @@
68
"singleQuote": true,
69
"trailingComma": "all"
70
}
71
-}
+}
0 commit comments