From af655e05137facba8ecfa9ca728e35a47594fafe Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 15 Mar 2023 18:37:26 +0000 Subject: [PATCH] chore(release): 5.1.1 [skip ci] ## [5.1.1](https://github.com/ipld/js-car/compare/v5.1.0...v5.1.1) (2023-03-15) ### Bug Fixes * export CarBufferReader and CarBufferWriter from index-browser.js ([#136](https://github.com/ipld/js-car/issues/136)) ([70f0e7c](https://github.com/ipld/js-car/commit/70f0e7c120a4c73b68ae66bce0694a16f4c942fd)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18b22f1..3402b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.1.1](https://github.com/ipld/js-car/compare/v5.1.0...v5.1.1) (2023-03-15) + + +### Bug Fixes + +* export CarBufferReader and CarBufferWriter from index-browser.js ([#136](https://github.com/ipld/js-car/issues/136)) ([70f0e7c](https://github.com/ipld/js-car/commit/70f0e7c120a4c73b68ae66bce0694a16f4c942fd)) + ## [5.1.0](https://github.com/ipld/js-car/compare/v5.0.3...v5.1.0) (2023-01-27) diff --git a/package.json b/package.json index f603980..f8633ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ipld/car", - "version": "5.1.0", + "version": "5.1.1", "description": "Content Addressable aRchive format reader and writer", "author": "Rod (http://r.va.gg/)", "license": "Apache-2.0 OR MIT",