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

Commit e1e3ba0

Browse files
chore(release): 3.0.0 [skip ci]
## [3.0.0](v2.0.2...v3.0.0) (2022-06-27) ### ⚠ BREAKING CHANGES * **deps:** Bump @libp2p/utils from 2.0.0 to 3.0.0 (#10) ### Trivial Changes * **deps:** Bump @libp2p/utils from 2.0.0 to 3.0.0 ([#10](#10)) ([17bca9f](17bca9f))
1 parent 17bca9f commit e1e3ba0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [3.0.0](https://github.com/libp2p/js-libp2p-peer-record/compare/v2.0.2...v3.0.0) (2022-06-27)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* **deps:** Bump @libp2p/utils from 2.0.0 to 3.0.0 (#10)
7+
8+
### Trivial Changes
9+
10+
* **deps:** Bump @libp2p/utils from 2.0.0 to 3.0.0 ([#10](https://github.com/libp2p/js-libp2p-peer-record/issues/10)) ([17bca9f](https://github.com/libp2p/js-libp2p-peer-record/commit/17bca9fa8447a501ec473f4732017e102ef01141))
11+
112
## [2.0.2](https://github.com/libp2p/js-libp2p-peer-record/compare/v2.0.1...v2.0.2) (2022-06-17)
213

314

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-record",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "Used to transfer signed peer data across the network",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-peer-record#readme",

0 commit comments

Comments
 (0)