File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments