Skip to content

Commit 51aa9e6

Browse files
committed
bump version to NPM compatible
1 parent 1122146 commit 51aa9e6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
66

77
### Unreleased
88

9-
### [3.0.0-alpha.8.1] - 2026-03-15
9+
### [3.0-alpha.9] - 2026-03-15
1010

1111
- feat(zone): use DataTable for list, added search/limit options
1212
- routes/zr: add extra data about ZR parse failures

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nictool/api",
3-
"version": "3.0.0-alpha.8.1",
3+
"version": "3.0-alpha.9",
44
"description": "NicTool API",
55
"main": "index.js",
66
"type": "module",
@@ -68,4 +68,4 @@
6868
"singleQuote": true,
6969
"trailingComma": "all"
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)