Skip to content

Commit

Permalink
chore(release): 5.0.1 [skip ci]
Browse files Browse the repository at this point in the history
### [5.0.1](v5.0.0...v5.0.1) (2022-03-08)

### Bug Fixes

* allow passing undefined to reader next method ([#14](#14)) ([9944de0](9944de0))
  • Loading branch information
semantic-release-bot committed Mar 8, 2022
1 parent 9944de0 commit f9d0cfc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [5.0.1](https://github.com/alanshaw/it-reader/compare/v5.0.0...v5.0.1) (2022-03-08)


### Bug Fixes

* allow passing undefined to reader next method ([#14](https://github.com/alanshaw/it-reader/issues/14)) ([9944de0](https://github.com/alanshaw/it-reader/commit/9944de07a792686e53d95965b98f129c61b5323f))

## [5.0.0](https://github.com/alanshaw/it-reader/compare/v4.0.2...v5.0.0) (2022-02-16)


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.0",
"version": "5.0.1",
"description": "Read an exact number of bytes from a binary (async) iterable",
"type": "module",
"types": "./dist/src/index.d.ts",
Expand Down

0 comments on commit f9d0cfc

Please sign in to comment.