Skip to content

Commit

Permalink
chore(master): release 5.1.0 (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 27, 2022
1 parent 29d3780 commit 241812a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.1.0](https://github.com/ChainSafe/node-snappy-stream/compare/v5.0.3...v5.1.0) (2022-04-27)


### Features

* add async chunk compress ([#6](https://github.com/ChainSafe/node-snappy-stream/issues/6)) ([29d3780](https://github.com/ChainSafe/node-snappy-stream/commit/29d378012bc7a1e612e3c8c5b9cef32b5cb6c04f))

### [5.0.3](https://github.com/ChainSafe/node-snappy-stream/compare/v5.0.2...v5.0.3) (2022-04-27)


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

0 comments on commit 241812a

Please sign in to comment.