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.0 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.0](v5.0.0...v6.0.0) (2023-01-06)

### ⚠ BREAKING CHANGES

* update multiformats to v11 (#204)

### Bug Fixes

* update multiformats to v11 ([#204](#204)) ([8a5c994](8a5c994))

### Documentation

* update readme ([3bb5712](3bb5712))
  • Loading branch information
semantic-release-bot committed Jan 6, 2023
1 parent 3bb5712 commit c5df558
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 @@
## [6.0.0](https://github.com/libp2p/js-libp2p-floodsub/compare/v5.0.0...v6.0.0) (2023-01-06)


### ⚠ BREAKING CHANGES

* update multiformats to v11 (#204)

### Bug Fixes

* update multiformats to v11 ([#204](https://github.com/libp2p/js-libp2p-floodsub/issues/204)) ([8a5c994](https://github.com/libp2p/js-libp2p-floodsub/commit/8a5c994daea9c36e5dc184ed0e9ee47ef4ce7a59))


### Documentation

* update readme ([3bb5712](https://github.com/libp2p/js-libp2p-floodsub/commit/3bb5712d05c03c7b2ec97898d555063a27ff0ca4))

## [5.0.0](https://github.com/libp2p/js-libp2p-floodsub/compare/v4.0.1...v5.0.0) (2022-10-12)


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": "5.0.0",
"version": "6.0.0",
"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 c5df558

Please sign in to comment.