Skip to content

Commit

Permalink
v1.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jul 23, 2024
1 parent fa6151b commit d864fe8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
## [1.5.14](https://github.com/GMOD/tabix-js/compare/v1.5.13...v1.5.14) (2024-07-23)


### Reverts

* Revert "Bump to eslint 9" ([9bd49b1](https://github.com/GMOD/tabix-js/commit/9bd49b1132f632b0e7847d9b95cf3cb08c424360))



## [1.5.13](https://github.com/GMOD/tabix-js/compare/v1.5.12...v1.5.13) (2024-01-09)

- Another fix for abort signal in getLines

## [1.5.12](https://github.com/GMOD/tabix-js/compare/v1.5.11...v1.5.12) (2024-01-09)

- Add missing abort signal to the abortable-promise-cache fetch for tabix chunks
- Add missing abort signal to the @gmod/abortable-promise-cache fetch for tabix chunks
(#143)

## [1.5.11](https://github.com/GMOD/tabix-js/compare/v1.5.10...v1.5.11) (2023-07-10)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gmod/tabix",
"version": "1.5.13",
"version": "1.5.14",
"description": "Read Tabix-indexed files, supports both .tbi and .csi indexes",
"license": "MIT",
"repository": "GMOD/tabix-js",
Expand Down

0 comments on commit d864fe8

Please sign in to comment.