Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit ad6645a

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](v1.0.10...v2.0.0) (2022-06-15) ### ⚠ BREAKING CHANGES * uses new single-issue libp2p interface modules ### Features * update libp2p interfaces ([#47](#47)) ([018fbe4](018fbe4))
1 parent 018fbe4 commit ad6645a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [2.0.0](https://github.com/libp2p/js-libp2p-utils/compare/v1.0.10...v2.0.0) (2022-06-15)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* uses new single-issue libp2p interface modules
7+
8+
### Features
9+
10+
* update libp2p interfaces ([#47](https://github.com/libp2p/js-libp2p-utils/issues/47)) ([018fbe4](https://github.com/libp2p/js-libp2p-utils/commit/018fbe48f3506c0b90dc88779a3f12a2714ab09c))
11+
112
### [1.0.10](https://github.com/libp2p/js-libp2p-utils/compare/v1.0.9...v1.0.10) (2022-04-07)
213

314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/utils",
3-
"version": "1.0.10",
3+
"version": "2.0.0",
44
"description": "Package to aggregate shared logic and dependencies for the libp2p ecosystem",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-utils#readme",

0 commit comments

Comments
 (0)