diff --git a/CHANGELOG.md b/CHANGELOG.md index c773209..e3a527e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [3.1.3](https://github.com/libp2p/js-libp2p-pubsub/compare/v3.1.2...v3.1.3) (2022-09-21) + + +### Trivial Changes + +* Update .github/workflows/stale.yml [skip ci] ([fcf5da9](https://github.com/libp2p/js-libp2p-pubsub/commit/fcf5da9f5038f3a544724adff2aa5559d31a82fe)) + + +### Dependencies + +* update @multiformats/multiaddr to 11.0.0 ([#101](https://github.com/libp2p/js-libp2p-pubsub/issues/101)) ([9524fa4](https://github.com/libp2p/js-libp2p-pubsub/commit/9524fa4e2d1935d7603bf2d2bfb09ac4f13675c2)) + ## [3.1.2](https://github.com/libp2p/js-libp2p-pubsub/compare/v3.1.1...v3.1.2) (2022-08-11) diff --git a/package.json b/package.json index 628417a..d9491f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/pubsub", - "version": "3.1.2", + "version": "3.1.3", "description": "libp2p pubsub base class", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-pubsub#readme",