Skip to content

Commit ba274ed

Browse files
chore(main): release 1.2.2 (#14)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a2f2150 commit ba274ed

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.2](https://github.com/storacha/car-block-validator/compare/v1.2.1...v1.2.2) (2025-03-02)
4+
5+
6+
### Bug Fixes
7+
8+
* upgrade @multiformats/sha3 to dedupe multiformats ([#13](https://github.com/storacha/car-block-validator/issues/13)) ([a2f2150](https://github.com/storacha/car-block-validator/commit/a2f215030ef1bff02fc77ae07ef1ee61e3b58386))
9+
310
## [1.2.1](https://github.com/storacha/car-block-validator/compare/v1.2.0...v1.2.1) (2025-02-10)
411

512

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-storage/car-block-validator",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Validate car block bytes",
55
"main": "src/index.js",
66
"types": "./types/index.d.ts",

0 commit comments

Comments
 (0)