Skip to content

Commit 241812a

Browse files
chore(master): release 5.1.0 (#10)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 29d3780 commit 241812a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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+
310
### [5.0.3](https://github.com/ChainSafe/node-snappy-stream/compare/v5.0.2...v5.0.3) (2022-04-27)
411

512

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.3",
3+
"version": "5.1.0",
44
"description": "Compress data over a Stream using the snappy framing format",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)