diff --git a/CHANGELOG.md b/CHANGELOG.md index 795832b..1d344d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [8.0.0](https://github.com/ipfs-shipyard/is-ipfs/compare/v7.0.3...v8.0.0) (2023-01-07) + + +### ⚠ BREAKING CHANGES + +* bump multiformats from 10.0.3 to 11.0.0 (#67) + +### Dependencies + +* bump multiformats from 10.0.3 to 11.0.0 ([#67](https://github.com/ipfs-shipyard/is-ipfs/issues/67)) ([680dcd4](https://github.com/ipfs-shipyard/is-ipfs/commit/680dcd4ecbb32a1b5c26814a00baf79c0e9ef496)) + ## [7.0.3](https://github.com/ipfs-shipyard/is-ipfs/compare/v7.0.2...v7.0.3) (2022-10-18) diff --git a/package.json b/package.json index b9693d2..94e57d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "is-ipfs", - "version": "7.0.3", + "version": "8.0.0", "description": "A set of utilities to help identify IPFS resources on the web", "author": "Francisco Dias (http://franciscodias.net/)", "license": "Apache-2.0 OR MIT",