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

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Aug 3, 2022
1 parent 878f0ca commit 99fa33a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [4.0.0](https://github.com/libp2p/js-libp2p-peer-record/compare/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](https://github.com/libp2p/js-libp2p-peer-record/issues/15)) ([cd6bded](https://github.com/libp2p/js-libp2p-peer-record/commit/cd6bded2ef90a65c3026bb028879ae6c1f09c260))


### Dependencies

* 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))

## [3.0.0](https://github.com/libp2p/js-libp2p-peer-record/compare/v2.0.2...v3.0.0) (2022-06-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/peer-record",
"version": "3.0.0",
"version": "4.0.0",
"description": "Used to transfer signed peer data across the network",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-peer-record#readme",
Expand Down

0 comments on commit 99fa33a

Please sign in to comment.