Skip to content

Commit

Permalink
chore(release): 3.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.3](libp2p/js-libp2p-floodsub@v3.0.2...v3.0.3) (2022-08-03)

### Dependencies

* update project deps to support no-copy operations ([#169](libp2p/js-libp2p-floodsub#169)) ([6a129b7](libp2p/js-libp2p-floodsub@6a129b7))
  • Loading branch information
semantic-release-bot committed Aug 3, 2022
1 parent 6a129b7 commit 7a71fff
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 @@
## [3.0.3](https://github.com/libp2p/js-libp2p-floodsub/compare/v3.0.2...v3.0.3) (2022-08-03)


### Dependencies

* update project deps to support no-copy operations ([#169](https://github.com/libp2p/js-libp2p-floodsub/issues/169)) ([6a129b7](https://github.com/libp2p/js-libp2p-floodsub/commit/6a129b7ab8ee4e9921446574aabacc23400c1e4b))

## [3.0.2](https://github.com/libp2p/js-libp2p-floodsub/compare/v3.0.1...v3.0.2) (2022-06-30)


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": "3.0.2",
"version": "3.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 7a71fff

Please sign in to comment.