Skip to content

Commit

Permalink
chore(master): release 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 13, 2023
1 parent 100592a commit 05219df
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,26 @@
* chore: update cd action by @mpetrunic in https://github.com/ChainSafe/js-libp2p-gossipsub/pull/245


## [6.3.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v6.2.0...v6.3.0) (2023-04-13)


### Features

* make log as protected ([#407](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/407)) ([5b3aee9](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/5b3aee94c90dcd0e42266b5413c0349674cf309c))


### Bug Fixes

* add rpc error metrics ([#412](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/412)) ([5cd8b07](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/5cd8b0737a2ef40d9a093977e19240ae6d93b951))
* add types to exports in packages.json ([#419](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/419)) ([100592a](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/100592a019c38ff5e0ab5db596feb7fa6ae4923c))
* track promise only after a successful sendRpc() ([#415](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/415)) ([a959b09](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/a959b096c0e78d8754b5a9726e11e055d8685ef0))


### Miscellaneous

* **deps:** bump @libp2p/interface-connection to 4.0.0 ([#421](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/421)) ([50a99c7](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/50a99c74bdb0e02a4bece21a9878590cb5da9042))
* remove lead maintainer ([#422](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/422)) ([38d5d65](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/38d5d657a3d975c6ad72c6822ce4281ea0f1b0d0))

## [6.2.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v6.1.0...v6.2.0) (2023-02-21)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/libp2p-gossipsub",
"version": "6.2.0",
"version": "6.3.0",
"description": "A typescript implementation of gossipsub",
"files": [
"dist",
Expand Down

0 comments on commit 05219df

Please sign in to comment.