From 30b28d215f9bbe984f8016cea35918412cdbed2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 06:56:49 +0000 Subject: [PATCH] chore(main): release 1.1.0 (#154) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f237a8c..e305a90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/web3-storage/ipfs-car/compare/v1.0.0...v1.1.0) (2023-12-08) + + +### Features + +* **cli:** check block hash consistency when listing blocks ([#157](https://github.com/web3-storage/ipfs-car/issues/157)) ([273079f](https://github.com/web3-storage/ipfs-car/commit/273079fa3876f7fd17593cc0791bd0fcfef43c77)) + + +### Bug Fixes + +* docs typos ([#153](https://github.com/web3-storage/ipfs-car/issues/153)) ([0144a86](https://github.com/web3-storage/ipfs-car/commit/0144a86f013087b0b54ebc195542b640c723a99b)) + ## [1.0.0](https://github.com/web3-storage/ipfs-car/compare/v0.9.2...v1.0.0) (2023-03-20) diff --git a/package-lock.json b/package-lock.json index fbc2f54..61e0083 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ipfs-car", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ipfs-car", - "version": "0.9.2", + "version": "1.1.0", "license": "Apache-2.0 OR MIT", "dependencies": { "@ipld/car": "^5.1.0", diff --git a/package.json b/package.json index c4b2bf9..4e6fdff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-car", - "version": "1.0.0", + "version": "1.1.0", "description": "Convert files to content-addressed archives (.car) and back", "type": "module", "main": "index.js",