From f1025a13d7189ba62b2fe8d5efeb3e2487201437 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 12 Dec 2024 10:27:13 -0500 Subject: [PATCH] v2.0.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e1bf2..0beaf3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# [2.0.0](https://github.com/GMOD/tabix-js/compare/v1.6.1...v2.0.0) (2024-12-12) + + + ## [1.6.1](https://github.com/GMOD/tabix-js/compare/v1.6.0...v1.6.1) (2024-12-07) # [1.6.0](https://github.com/GMOD/tabix-js/compare/v1.5.15...v1.6.0) (2024-11-30) diff --git a/package.json b/package.json index c6e6804..e6ffb99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gmod/tabix", - "version": "1.6.1", + "version": "2.0.0", "description": "Read Tabix-indexed files, supports both .tbi and .csi indexes", "license": "MIT", "repository": "GMOD/tabix-js",