diff --git a/CHANGELOG.md b/CHANGELOG.md index 01cb7b5..660497b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.0.2](https://github.com/ipld/js-dag-cbor/compare/v9.0.1...v9.0.2) (2023-06-14) + + +### Dependencies + +* bump cborg from 1.10.2 to 2.0.1 ([d5fd52a](https://github.com/ipld/js-dag-cbor/commit/d5fd52a50219f2bbac6b0ba3c6977bb6d32ef9a1)) + ## [9.0.1](https://github.com/ipld/js-dag-cbor/compare/v9.0.0...v9.0.1) (2023-05-22) diff --git a/package.json b/package.json index 31f324f..b11ff0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ipld/dag-cbor", - "version": "9.0.1", + "version": "9.0.2", "description": "JS implementation of DAG-CBOR", "author": "Rod (http://r.va.gg/)", "license": "Apache-2.0 OR MIT",