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

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](v1.0.7...v2.0.0) (2022-06-15)

### ⚠ BREAKING CHANGES

* uses new single-issue libp2p interface modules

### Features

* update libp2p interfaces ([#154](#154)) ([3195bfd](3195bfd))
  • Loading branch information
semantic-release-bot committed Jun 15, 2022
1 parent 3195bfd commit 6720004
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2.0.0](https://github.com/libp2p/js-libp2p-floodsub/compare/v1.0.7...v2.0.0) (2022-06-15)


### ⚠ BREAKING CHANGES

* uses new single-issue libp2p interface modules

### Features

* update libp2p interfaces ([#154](https://github.com/libp2p/js-libp2p-floodsub/issues/154)) ([3195bfd](https://github.com/libp2p/js-libp2p-floodsub/commit/3195bfdfd3b15101f502afc2e14c6463e337ee4e))

### [1.0.7](https://github.com/libp2p/js-libp2p-floodsub/compare/v1.0.6...v1.0.7) (2022-05-23)


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": "1.0.7",
"version": "2.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 6720004

Please sign in to comment.