Skip to content

Commit cb121b7

Browse files
chore(main): release 1.2.0 (#10)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0c984a6 commit cb121b7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/web3-storage/car-block-validator/compare/v1.1.0...v1.2.0) (2023-05-09)
4+
5+
6+
### Features
7+
8+
* disambiguate errors ([#9](https://github.com/web3-storage/car-block-validator/issues/9)) ([0c984a6](https://github.com/web3-storage/car-block-validator/commit/0c984a6120f492b046dee21f7ccc298e4d8b1b39))
9+
310
## [1.1.0](https://github.com/web3-storage/car-block-validator/compare/v1.0.1...v1.1.0) (2023-05-06)
411

512

package-lock.json

+1-1
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.1.0",
3+
"version": "1.2.0",
44
"description": "Validate car block bytes",
55
"main": "src/index.js",
66
"types": "./types/index.d.ts",

0 commit comments

Comments
 (0)