We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b11904 commit ea886c2Copy full SHA for ea886c2
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### [5.1.1](https://github.com/ChainSafe/node-snappy-stream/compare/v5.1.0...v5.1.1) (2022-04-28)
4
+
5
6
+### Bug Fixes
7
8
+* Fix self reference ([#11](https://github.com/ChainSafe/node-snappy-stream/issues/11)) ([2b11904](https://github.com/ChainSafe/node-snappy-stream/commit/2b119040d9c6fcdaf94c504deb3e6a839f6251ba))
9
10
## [5.1.0](https://github.com/ChainSafe/node-snappy-stream/compare/v5.0.3...v5.1.0) (2022-04-27)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/snappy-stream",
- "version": "5.1.0",
+ "version": "5.1.1",
"description": "Compress data over a Stream using the snappy framing format",
"main": "index.js",
"scripts": {
0 commit comments