diff --git a/CHANGELOG.md b/CHANGELOG.md index 583c420..ed0f1ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [3.0.0](https://github.com/libp2p/js-libp2p-components/compare/v2.1.1...v3.0.0) (2022-10-06) + + +### ⚠ BREAKING CHANGES + +* upgrade interface-transport to ^2.0.0 (#19) + +### Dependencies + +* upgrade interface-transport to ^2.0.0 ([#19](https://github.com/libp2p/js-libp2p-components/issues/19)) ([550624a](https://github.com/libp2p/js-libp2p-components/commit/550624aaa3186fafabe026ff7751c4f1ef0942c4)) + ## [2.1.1](https://github.com/libp2p/js-libp2p-components/compare/v2.1.0...v2.1.1) (2022-09-30) diff --git a/package.json b/package.json index 821ca18..004b86a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/components", - "version": "2.1.1", + "version": "3.0.0", "description": "Container for libp2p components", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-components#readme",