Skip to content

Commit 8b5115d

Browse files
chore(release): 2.0.0 [skip ci]
## [@libp2p/peer-id-v2.0.0](https://github.com/libp2p/js-libp2p-peer-id/compare/@libp2p/peer-id-v1.1.18...@libp2p/peer-id-v2.0.0) (2023-01-06) ### ⚠ BREAKING CHANGES * bump multiformats from 10.0.3 to 11.0.0 and @libp2p/interface-peer-id from 1.0.0 to 2.0.0 (libp2p#41) ### Trivial Changes * remove lerna ([libp2p#43](libp2p/js-libp2p-peer-id#43)) ([d458051](libp2p/js-libp2p-peer-id@d458051)) ### Dependencies * bump multiformats from 10.0.3 to 11.0.0 and @libp2p/interface-peer-id from 1.0.0 to 2.0.0 ([libp2p#41](libp2p/js-libp2p-peer-id#41)) ([2aa0f79](libp2p/js-libp2p-peer-id@2aa0f79))
1 parent 2aa0f79 commit 8b5115d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/libp2p-peer-id/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [@libp2p/peer-id-v2.0.0](https://github.com/libp2p/js-libp2p-peer-id/compare/@libp2p/peer-id-v1.1.18...@libp2p/peer-id-v2.0.0) (2023-01-06)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* bump multiformats from 10.0.3 to 11.0.0 and @libp2p/interface-peer-id from 1.0.0 to 2.0.0 (#41)
7+
8+
### Trivial Changes
9+
10+
* remove lerna ([#43](https://github.com/libp2p/js-libp2p-peer-id/issues/43)) ([d458051](https://github.com/libp2p/js-libp2p-peer-id/commit/d458051bfcb7ff83c42ed26e1c12ac3d07bee492))
11+
12+
13+
### Dependencies
14+
15+
* bump multiformats from 10.0.3 to 11.0.0 and @libp2p/interface-peer-id from 1.0.0 to 2.0.0 ([#41](https://github.com/libp2p/js-libp2p-peer-id/issues/41)) ([2aa0f79](https://github.com/libp2p/js-libp2p-peer-id/commit/2aa0f799789b52758651c115b3a021ca67e5c407))
16+
117
## [@libp2p/peer-id-v1.1.18](https://github.com/libp2p/js-libp2p-peer-id/compare/@libp2p/peer-id-v1.1.17...@libp2p/peer-id-v1.1.18) (2022-12-16)
218

319

packages/libp2p-peer-id/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/peer-id",
3-
"version": "1.1.18",
3+
"version": "2.0.0",
44
"description": "Implementation of @libp2p/interface-peer-id",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-peer-id/tree/master/packages/libp2p-peer-id#readme",

0 commit comments

Comments
 (0)