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

Commit

Permalink
chore(release): 7.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [7.1.0](v7.0.7...v7.1.0) (2022-11-25)

### Features

* add message byte batching ([#235](#235)) ([4e2a49d](4e2a49d))
  • Loading branch information
semantic-release-bot committed Nov 25, 2022
1 parent 4e2a49d commit 4df9e62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [7.1.0](https://github.com/libp2p/js-libp2p-mplex/compare/v7.0.7...v7.1.0) (2022-11-25)


### Features

* add message byte batching ([#235](https://github.com/libp2p/js-libp2p-mplex/issues/235)) ([4e2a49d](https://github.com/libp2p/js-libp2p-mplex/commit/4e2a49df22430316140cd37a96fc3b6a8f95b76a))

## [7.0.7](https://github.com/libp2p/js-libp2p-mplex/compare/v7.0.6...v7.0.7) (2022-11-25)


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/mplex",
"version": "7.0.7",
"version": "7.1.0",
"description": "JavaScript implementation of https://github.com/libp2p/mplex",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-mplex#readme",
Expand Down

0 comments on commit 4df9e62

Please sign in to comment.