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

Commit

Permalink
chore(release): 0.29.1 [skip ci]
Browse files Browse the repository at this point in the history
### [0.29.1](v0.29.0...v0.29.1) (2022-02-18)

### Trivial Changes

* update project config ([#131](#131)) ([4605edd](4605edd))
  • Loading branch information
semantic-release-bot committed Feb 18, 2022
1 parent c8e1b17 commit a20824a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [0.29.1](https://github.com/libp2p/js-libp2p-floodsub/compare/v0.29.0...v0.29.1) (2022-02-18)


### Trivial Changes

* update project config ([#131](https://github.com/libp2p/js-libp2p-floodsub/issues/131)) ([4605edd](https://github.com/libp2p/js-libp2p-floodsub/commit/4605edd2e4383800a32d81671cf066f5e695de61))

# [0.29.0](https://github.com/libp2p/js-libp2p-floodsub/compare/v0.28.0...v0.29.0) (2021-12-31)


Expand Down Expand Up @@ -631,6 +638,3 @@

<a name="0.1.0"></a>
# 0.1.0 (2016-09-14)



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": "0.29.0",
"version": "0.29.1",
"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 a20824a

Please sign in to comment.