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

Commit 99fa33a

Browse files
chore(release): 4.0.0 [skip ci]
## [4.0.0](v3.0.0...v4.0.0) (2022-08-03) ### ⚠ BREAKING CHANGES * update interface deps to use byte lists (#16) ### Trivial Changes * update project config ([#15](#15)) ([cd6bded](cd6bded)) ### Dependencies * update interface deps to use byte lists ([#16](#16)) ([878f0ca](878f0ca))
1 parent 878f0ca commit 99fa33a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [4.0.0](https://github.com/libp2p/js-libp2p-peer-record/compare/v3.0.0...v4.0.0) (2022-08-03)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* update interface deps to use byte lists (#16)
7+
8+
### Trivial Changes
9+
10+
* update project config ([#15](https://github.com/libp2p/js-libp2p-peer-record/issues/15)) ([cd6bded](https://github.com/libp2p/js-libp2p-peer-record/commit/cd6bded2ef90a65c3026bb028879ae6c1f09c260))
11+
12+
13+
### Dependencies
14+
15+
* update interface deps to use byte lists ([#16](https://github.com/libp2p/js-libp2p-peer-record/issues/16)) ([878f0ca](https://github.com/libp2p/js-libp2p-peer-record/commit/878f0ca0945d535c578c0285b33532bfefd80fbb))
16+
117
## [3.0.0](https://github.com/libp2p/js-libp2p-peer-record/compare/v2.0.2...v3.0.0) (2022-06-27)
218

319

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": "3.0.0",
3+
"version": "4.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)