diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e1db0f..08c4baf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.5](https://github.com/ipld/js-ipld-garbage/compare/v6.0.4...v6.0.5) (2023-12-30) + + +### Dependencies + +* bump multiformats from 12.1.3 to 13.0.0 ([#61](https://github.com/ipld/js-ipld-garbage/issues/61)) ([80428ee](https://github.com/ipld/js-ipld-garbage/commit/80428ee0c72941dd023dd264c4fc4f840557789e)) + ## [6.0.4](https://github.com/ipld/js-ipld-garbage/compare/v6.0.3...v6.0.4) (2023-10-03) diff --git a/package.json b/package.json index 93763a2..80a4ddd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ipld/garbage", - "version": "6.0.4", + "version": "6.0.5", "description": "Garbage data generator for the IPLD Data Model", "author": "Rod (http://r.va.gg/)", "license": "Apache-2.0 OR MIT",