Skip to content

Commit 36a85bd

Browse files
chore(master): release 5.0.3 (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8e00c50 commit 36a85bd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
### [5.0.3](https://github.com/ChainSafe/node-snappy-stream/compare/v5.0.2...v5.0.3) (2022-04-27)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
10+
11+
### Miscellaneous
12+
13+
* automatic release ([#4](https://github.com/ChainSafe/node-snappy-stream/issues/4)) ([2051ada](https://github.com/ChainSafe/node-snappy-stream/commit/2051ada25695c0f8f381b638435d47a2c759bde0))
14+
* **master:** release 5.0.1 ([#5](https://github.com/ChainSafe/node-snappy-stream/issues/5)) ([f646c2f](https://github.com/ChainSafe/node-snappy-stream/commit/f646c2f1be28e03ffca60e2633614a188dd39c17))
15+
* **master:** release 5.0.2 ([#8](https://github.com/ChainSafe/node-snappy-stream/issues/8)) ([7967349](https://github.com/ChainSafe/node-snappy-stream/commit/7967349142fce27eb67750c67957039858cee2a7))
16+
317
### [5.0.2](https://github.com/ChainSafe/node-snappy-stream/compare/v5.0.1...v5.0.2) (2022-04-27)
418

519

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/snappy-stream",
3-
"version": "5.0.0",
3+
"version": "5.0.3",
44
"description": "Compress data over a Stream using the snappy framing format",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)