Skip to content

Commit

Permalink
chore(release): 8.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [8.1.3](libp2p/js-libp2p-peer-store@v8.1.2...v8.1.3) (2023-06-03)

### Dependencies

* **dev:** bump delay from 5.0.0 to 6.0.0 ([libp2p#85](libp2p/js-libp2p-peer-store#85)) ([95fb9a0](libp2p/js-libp2p-peer-store@95fb9a0))
* move @libp2p/peer-id-factory to dependencies ([libp2p#86](libp2p/js-libp2p-peer-store#86)) ([7152014](libp2p/js-libp2p-peer-store@7152014)), closes [/github.com/libp2p/js-libp2p-peer-store/blob/master/src/utils/bytes-to-peer.ts#L2](https://github.com/libp2p//github.com/libp2p/js-libp2p-peer-store/blob/master/src/utils/bytes-to-peer.ts/issues/L2)
  • Loading branch information
semantic-release-bot committed Jun 3, 2023
1 parent 95fb9a0 commit af73e3f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [8.1.3](https://github.com/libp2p/js-libp2p-peer-store/compare/v8.1.2...v8.1.3) (2023-06-03)


### Dependencies

* **dev:** bump delay from 5.0.0 to 6.0.0 ([#85](https://github.com/libp2p/js-libp2p-peer-store/issues/85)) ([95fb9a0](https://github.com/libp2p/js-libp2p-peer-store/commit/95fb9a0c2c547483489dc071d34bd0c56dedb330))
* move @libp2p/peer-id-factory to dependencies ([#86](https://github.com/libp2p/js-libp2p-peer-store/issues/86)) ([7152014](https://github.com/libp2p/js-libp2p-peer-store/commit/71520143e5844a2dc39a03fbcc23938c2d39687d)), closes [/github.com/libp2p/js-libp2p-peer-store/blob/master/src/utils/bytes-to-peer.ts#L2](https://github.com/libp2p//github.com/libp2p/js-libp2p-peer-store/blob/master/src/utils/bytes-to-peer.ts/issues/L2)

## [8.1.2](https://github.com/libp2p/js-libp2p-peer-store/compare/v8.1.1...v8.1.2) (2023-05-10)


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-store",
"version": "8.1.2",
"version": "8.1.3",
"description": "Stores information about peers libp2p knows on the network",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-peer-store#readme",
Expand Down

0 comments on commit af73e3f

Please sign in to comment.