Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jun 8, 2023
1 parent c7b0db4 commit 20bae27
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [2.0.0](https://github.com/GMOD/bam-js/compare/v1.1.18...v2.0.0) (2023-06-08)


### Features

* explicit buffer import ([#98](https://github.com/GMOD/bam-js/issues/98)) ([66de9f4](https://github.com/GMOD/bam-js/commit/66de9f4ce30e3ff647d5297f093695e92ec9227c))



- Add explicit buffer import
- Remove cross-fetch and object.entries polyfills
- Improve typescripting
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/bam",
"version": "1.1.18",
"version": "2.0.0",
"description": "Parser for BAM and BAM index (bai) files",
"license": "MIT",
"repository": "GMOD/bam-js",
Expand Down

0 comments on commit 20bae27

Please sign in to comment.