Skip to content

Commit

Permalink
chore(release): 5.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.1](libp2p/js-libp2p-peer-record@v5.0.0...v5.0.1) (2023-03-10)

### Trivial Changes

* replace err-code with CodeError ([libp2p#42](libp2p/js-libp2p-peer-record#42)) ([b76d07f](libp2p/js-libp2p-peer-record@b76d07f)), closes [js-libp2p#1269](libp2p#1269)
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([157d49d](libp2p/js-libp2p-peer-record@157d49d))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([920dfd3](libp2p/js-libp2p-peer-record@920dfd3))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([1ef05ef](libp2p/js-libp2p-peer-record@1ef05ef))
* upgrade `aegir` to `38.1.2` ([libp2p#48](libp2p/js-libp2p-peer-record#48)) ([e0fd5e3](libp2p/js-libp2p-peer-record@e0fd5e3))

### Dependencies

* bump protons-runtime from 4.0.2 to 5.0.0 ([libp2p#45](libp2p/js-libp2p-peer-record#45)) ([83958a5](libp2p/js-libp2p-peer-record@83958a5))
  • Loading branch information
semantic-release-bot committed Mar 10, 2023
1 parent 83958a5 commit 6e378ef
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 @@
## [5.0.1](https://github.com/libp2p/js-libp2p-peer-record/compare/v5.0.0...v5.0.1) (2023-03-10)


### Trivial Changes

* replace err-code with CodeError ([#42](https://github.com/libp2p/js-libp2p-peer-record/issues/42)) ([b76d07f](https://github.com/libp2p/js-libp2p-peer-record/commit/b76d07f07e7de5f65bd00a3c3c4a106fcca99f57)), closes [js-libp2p#1269](https://github.com/libp2p/js-libp2p/issues/1269)
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([157d49d](https://github.com/libp2p/js-libp2p-peer-record/commit/157d49d80d2e6930311aac69980889174addfcdd))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([920dfd3](https://github.com/libp2p/js-libp2p-peer-record/commit/920dfd323e876becae7a98493dc92cd3c40c1e73))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([1ef05ef](https://github.com/libp2p/js-libp2p-peer-record/commit/1ef05ef112b5136afe0e3dea00dc3abcf92d2556))
* upgrade `aegir` to `38.1.2` ([#48](https://github.com/libp2p/js-libp2p-peer-record/issues/48)) ([e0fd5e3](https://github.com/libp2p/js-libp2p-peer-record/commit/e0fd5e3ef3cddd82b4c65817835a783edaebfb3b))


### Dependencies

* bump protons-runtime from 4.0.2 to 5.0.0 ([#45](https://github.com/libp2p/js-libp2p-peer-record/issues/45)) ([83958a5](https://github.com/libp2p/js-libp2p-peer-record/commit/83958a5b1cae2b33cbeee4bb998c790c973db776))

## [5.0.0](https://github.com/libp2p/js-libp2p-peer-record/compare/v4.0.5...v5.0.0) (2023-01-06)


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": "5.0.0",
"version": "5.0.1",
"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 6e378ef

Please sign in to comment.