We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645a56c commit b23011cCopy full SHA for b23011c
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [3.3.3](https://github.com/GMOD/tabix-js/compare/v3.3.2...v3.3.3) (2026-04-27)
2
+
3
4
+### Bug Fixes
5
6
+* add non-null assertions for noUncheckedIndexedAccess compliance ([645a56c](https://github.com/GMOD/tabix-js/commit/645a56c1b911704c6d0cb2f7b6f6bca651f278f9))
7
8
## [3.3.2](https://github.com/GMOD/tabix-js/compare/v3.3.1...v3.3.2) (2026-04-27)
9
10
## [3.3.1](https://github.com/GMOD/tabix-js/compare/v3.3.0...v3.3.1) (2026-03-28)
package.json
@@ -1,6 +1,6 @@
{
"name": "@gmod/tabix",
- "version": "3.3.2",
+ "version": "3.3.3",
"description": "Read Tabix-indexed files, supports both .tbi and .csi indexes",
"type": "module",
"main": "dist/index.js",
0 commit comments