Skip to content

Commit

Permalink
chore(release): 6.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.1](libp2p/js-libp2p-pubsub@v6.0.0...v6.0.1) (2023-01-31)

### Bug Fixes

* allow `key` field to be unset ([#118](libp2p/js-libp2p-pubsub#118)) ([2567a45](libp2p/js-libp2p-pubsub@2567a45))

### Trivial Changes

* replace err-code with CodeError ([#116](libp2p/js-libp2p-pubsub#116)) ([e121e4b](libp2p/js-libp2p-pubsub@e121e4b)), closes [js-libp2p#1269](#1269)
  • Loading branch information
semantic-release-bot committed Jan 31, 2023
1 parent 2567a45 commit 6f4e8af
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 @@
## [6.0.1](https://github.com/libp2p/js-libp2p-pubsub/compare/v6.0.0...v6.0.1) (2023-01-31)


### Bug Fixes

* allow `key` field to be unset ([#118](https://github.com/libp2p/js-libp2p-pubsub/issues/118)) ([2567a45](https://github.com/libp2p/js-libp2p-pubsub/commit/2567a454c9f4c91ab7d55e6a90c79e816d527a30))


### Trivial Changes

* replace err-code with CodeError ([#116](https://github.com/libp2p/js-libp2p-pubsub/issues/116)) ([e121e4b](https://github.com/libp2p/js-libp2p-pubsub/commit/e121e4b18ab9bca90ee4b596928a1de84fb412f7)), closes [js-libp2p#1269](https://github.com/libp2p/js-libp2p/issues/1269)

## [6.0.0](https://github.com/libp2p/js-libp2p-pubsub/compare/v5.0.1...v6.0.0) (2023-01-06)


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/pubsub",
"version": "6.0.0",
"version": "6.0.1",
"description": "libp2p pubsub base class",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-pubsub#readme",
Expand Down

0 comments on commit 6f4e8af

Please sign in to comment.