From 2e85211e3f9e322bf20cf46cf08f581c7e72e3b6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 29 Oct 2024 23:41:07 +0000 Subject: [PATCH] chore(release): 5.3.3 [skip ci] ## [5.3.3](https://github.com/ipld/js-car/compare/v5.3.2...v5.3.3) (2024-10-29) ### Trivial Changes * adjust examples for new linting rules ([0dff3ed](https://github.com/ipld/js-car/commit/0dff3edd36f132b377d9de28d79b507ba6e922a8)) ### Dependencies * **dev:** bump aegir from 44.1.4 to 45.0.1 ([fbdc762](https://github.com/ipld/js-car/commit/fbdc762fe6cdb5fe1f3325eb80614e1785a80205)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6cd94a..4510859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [5.3.3](https://github.com/ipld/js-car/compare/v5.3.2...v5.3.3) (2024-10-29) + +### Trivial Changes + +* adjust examples for new linting rules ([0dff3ed](https://github.com/ipld/js-car/commit/0dff3edd36f132b377d9de28d79b507ba6e922a8)) + +### Dependencies + +* **dev:** bump aegir from 44.1.4 to 45.0.1 ([fbdc762](https://github.com/ipld/js-car/commit/fbdc762fe6cdb5fe1f3325eb80614e1785a80205)) + ## [5.3.2](https://github.com/ipld/js-car/compare/v5.3.1...v5.3.2) (2024-06-24) ### Dependencies diff --git a/package.json b/package.json index 7759cb9..f193858 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ipld/car", - "version": "5.3.2", + "version": "5.3.3", "description": "Content Addressable aRchive format reader and writer", "author": "Rod (http://r.va.gg/)", "license": "Apache-2.0 OR MIT",