chore: release master (#279)

* chore: release master

* chore: Regenerate pnpm lock file
This commit is contained in:
fluencebot
2023-03-03 13:15:57 +02:00
committed by GitHub
parent 1ccc483532
commit baf367e88a
10 changed files with 38 additions and 12 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## [0.8.5](https://github.com/fluencelabs/js-client/compare/js-peer-v0.8.4...js-peer-v0.8.5) (2023-03-03)
### Bug Fixes
* Increase number of inbound and outbound streams to 1024 ([#280](https://github.com/fluencelabs/js-client/issues/280)) ([1ccc483](https://github.com/fluencelabs/js-client/commit/1ccc4835328426b546f31e1646d3a49ed042fdf9))
## [0.8.4](https://github.com/fluencelabs/js-client/compare/js-peer-v0.8.3...js-peer-v0.8.4) (2023-02-22)

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-peer",
"version": "0.8.4",
"version": "0.8.5",
"description": "TypeScript implementation of Fluence Peer",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",