Skip to content

Commit 8c57912

Browse files
chore(release): 6.0.5 [skip ci]
## [6.0.5](libp2p/js-libp2p-pubsub@v6.0.4...v6.0.5) (2023-04-03) ### Bug Fixes * update project config ([5c7e7f9](libp2p/js-libp2p-pubsub@5c7e7f9)) ### Trivial Changes * Update .github/workflows/semantic-pull-request.yml [skip ci] ([b1c5590](libp2p/js-libp2p-pubsub@b1c5590)) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([f83a2f7](libp2p/js-libp2p-pubsub@f83a2f7)) ### Dependencies * bump it-length-prefixed from 8.x to 9.x ([#134](libp2p/js-libp2p-pubsub#134)) ([ae3e688](libp2p/js-libp2p-pubsub@ae3e688)) * bump it-pipe from 2.0.5 to 3.0.0 ([#133](libp2p/js-libp2p-pubsub#133)) ([cafd733](libp2p/js-libp2p-pubsub@cafd733))
1 parent 5c7e7f9 commit 8c57912

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [6.0.5](https://github.com/libp2p/js-libp2p-pubsub/compare/v6.0.4...v6.0.5) (2023-04-03)
2+
3+
4+
### Bug Fixes
5+
6+
* update project config ([5c7e7f9](https://github.com/libp2p/js-libp2p-pubsub/commit/5c7e7f9f0393c0b231108bd51a0b8c805712ca09))
7+
8+
9+
### Trivial Changes
10+
11+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([b1c5590](https://github.com/libp2p/js-libp2p-pubsub/commit/b1c5590a9090adadc69d9f5b0ea508035e1c02f8))
12+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([f83a2f7](https://github.com/libp2p/js-libp2p-pubsub/commit/f83a2f76235639aed4bd9ecd6114365330acd5ff))
13+
14+
15+
### Dependencies
16+
17+
* bump it-length-prefixed from 8.x to 9.x ([#134](https://github.com/libp2p/js-libp2p-pubsub/issues/134)) ([ae3e688](https://github.com/libp2p/js-libp2p-pubsub/commit/ae3e6881aab3d79bf61ac1d3dab952f4a36cbd25))
18+
* bump it-pipe from 2.0.5 to 3.0.0 ([#133](https://github.com/libp2p/js-libp2p-pubsub/issues/133)) ([cafd733](https://github.com/libp2p/js-libp2p-pubsub/commit/cafd7330727644b1074f57920099888385dbd81f))
19+
120
## [6.0.4](https://github.com/libp2p/js-libp2p-pubsub/compare/v6.0.3...v6.0.4) (2023-02-22)
221

322

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/pubsub",
3-
"version": "6.0.4",
3+
"version": "6.0.5",
44
"description": "libp2p pubsub base class",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-pubsub#readme",

0 commit comments

Comments
 (0)