Skip to content

Commit

Permalink
chore(master): release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 26, 2022
1 parent a658af0 commit 302fd21
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

### [5.0.1](https://github.com/ChainSafe/node-snappy-stream/compare/v5.0.0...v5.0.1) (2022-04-26)


### Bug Fixes

* compressor didn't chunkify big payload ([#3](https://github.com/ChainSafe/node-snappy-stream/issues/3)) ([a658af0](https://github.com/ChainSafe/node-snappy-stream/commit/a658af0c165d2b7885f99aa7b6e297f93d530701))


### Miscellaneous

* automatic release ([#4](https://github.com/ChainSafe/node-snappy-stream/issues/4)) ([2051ada](https://github.com/ChainSafe/node-snappy-stream/commit/2051ada25695c0f8f381b638435d47a2c759bde0))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/snappy-stream",
"version": "5.0.0",
"version": "5.0.1",
"description": "Compress data over a Stream using the snappy framing format",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 302fd21

Please sign in to comment.