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

Commit

Permalink
chore(release): 6.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.3](v6.0.2...v6.0.3) (2023-03-20)

### Dependencies

* **dev:** bump @multiformats/multiaddr from 11.6.1 to 12.0.0 ([#218](#218)) ([46bac5f](46bac5f))
  • Loading branch information
semantic-release-bot committed Mar 20, 2023
1 parent 46bac5f commit ef5cba7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.0.3](https://github.com/libp2p/js-libp2p-floodsub/compare/v6.0.2...v6.0.3) (2023-03-20)


### Dependencies

* **dev:** bump @multiformats/multiaddr from 11.6.1 to 12.0.0 ([#218](https://github.com/libp2p/js-libp2p-floodsub/issues/218)) ([46bac5f](https://github.com/libp2p/js-libp2p-floodsub/commit/46bac5f417c2d2e5a5373dbf34970589a2c2a37e))

## [6.0.2](https://github.com/libp2p/js-libp2p-floodsub/compare/v6.0.1...v6.0.2) (2023-03-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/floodsub",
"version": "6.0.2",
"version": "6.0.3",
"description": "libp2p-floodsub, also known as pubsub-flood or just dumbsub, this implementation of pubsub focused on delivering an API for Publish/Subscribe, but with no CastTree Forming (it just floods the network).",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-floodsub#readme",
Expand Down

0 comments on commit ef5cba7

Please sign in to comment.