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

Commit

Permalink
chore(release): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
### [1.0.3](v1.0.2...v1.0.3) (2022-04-08)

### Bug Fixes

* swap protobufjs for protons ([#145](#145)) ([4be91ec](4be91ec))

### Trivial Changes

* fix release command ([d2c2dc0](d2c2dc0))
  • Loading branch information
semantic-release-bot committed Apr 8, 2022
1 parent d2c2dc0 commit 7c7d135
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### [1.0.3](https://github.com/libp2p/js-libp2p-floodsub/compare/v1.0.2...v1.0.3) (2022-04-08)


### Bug Fixes

* swap protobufjs for protons ([#145](https://github.com/libp2p/js-libp2p-floodsub/issues/145)) ([4be91ec](https://github.com/libp2p/js-libp2p-floodsub/commit/4be91ecd2adc4ed2d239fbdb36269fdddbe27cd1))


### Trivial Changes

* fix release command ([d2c2dc0](https://github.com/libp2p/js-libp2p-floodsub/commit/d2c2dc05ec769ac7a655d6eded163030b455f482))

### [1.0.2](https://github.com/libp2p/js-libp2p-floodsub/compare/v1.0.1...v1.0.2) (2022-03-24)


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.2",
"version": "1.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 7c7d135

Please sign in to comment.