Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.0](v5.0.2...v6.0.0) (2022-07-28)

### ⚠ BREAKING CHANGES

* exported uint8arraylist type is now 2.x

### Dependencies

* update uint8arraylist to 2.x ([#34](#34)) ([f0d261e](f0d261e))
  • Loading branch information
semantic-release-bot committed Jul 28, 2022
1 parent f0d261e commit 7fdfa16
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [6.0.0](https://github.com/alanshaw/it-reader/compare/v5.0.2...v6.0.0) (2022-07-28)


### ⚠ BREAKING CHANGES

* exported uint8arraylist type is now 2.x

### Dependencies

* update uint8arraylist to 2.x ([#34](https://github.com/alanshaw/it-reader/issues/34)) ([f0d261e](https://github.com/alanshaw/it-reader/commit/f0d261e5272987ca3c3d0b036ec5e05c814f138a))

## [5.0.2](https://github.com/alanshaw/it-reader/compare/v5.0.1...v5.0.2) (2022-07-28)


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": "it-reader",
"version": "5.0.2",
"version": "6.0.0",
"description": "Read an exact number of bytes from a binary (async) iterable",
"author": "Alan Shaw",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 7fdfa16

Please sign in to comment.