Skip to content

Commit dc0aa23

Browse files
chore(master): release 5.1.2 (#18)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fb67a6c commit dc0aa23

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [5.1.2](https://github.com/ChainSafe/node-snappy-stream/compare/v5.1.1...v5.1.2) (2023-01-12)
4+
5+
6+
### Bug Fixes
7+
8+
* migrate to @chainsafe/fast-crc32c 4.0.0 ([#17](https://github.com/ChainSafe/node-snappy-stream/issues/17)) ([fb67a6c](https://github.com/ChainSafe/node-snappy-stream/commit/fb67a6c53681c567b7457ad8ea6f4df428b13843))
9+
10+
11+
### Miscellaneous
12+
13+
* update readme ([78b25c2](https://github.com/ChainSafe/node-snappy-stream/commit/78b25c2e07559d1ca57b5f6da6cc2d1d7a6343a6))
14+
315
### [5.1.1](https://github.com/ChainSafe/node-snappy-stream/compare/v5.1.0...v5.1.1) (2022-04-28)
416

517

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

0 commit comments

Comments
 (0)