We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d3780 commit 241812aCopy full SHA for 241812a
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [5.1.0](https://github.com/ChainSafe/node-snappy-stream/compare/v5.0.3...v5.1.0) (2022-04-27)
4
+
5
6
+### Features
7
8
+* add async chunk compress ([#6](https://github.com/ChainSafe/node-snappy-stream/issues/6)) ([29d3780](https://github.com/ChainSafe/node-snappy-stream/commit/29d378012bc7a1e612e3c8c5b9cef32b5cb6c04f))
9
10
### [5.0.3](https://github.com/ChainSafe/node-snappy-stream/compare/v5.0.2...v5.0.3) (2022-04-27)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/snappy-stream",
- "version": "5.0.3",
+ "version": "5.1.0",
"description": "Compress data over a Stream using the snappy framing format",
"main": "index.js",
"scripts": {
0 commit comments