chore: release master (#344)

This commit is contained in:
fluencebot 2023-09-14 21:08:14 +03:00 committed by GitHub
parent 88fcf02d5f
commit ba3dfa7d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{
"packages/core/js-client": "0.1.4",
"packages/core/js-client": "0.1.5",
"packages/core/marine-worker": "0.3.1"
}

View File

@ -1,5 +1,12 @@
# Changelog
## [0.1.5](https://github.com/fluencelabs/js-client/compare/js-client-v0.1.4...js-client-v0.1.5) (2023-09-14)
### Bug Fixes
* **libp2p:** Add fluence protocol to local peer store protocols [fixes DXJ-471] ([#343](https://github.com/fluencelabs/js-client/issues/343)) ([88fcf02](https://github.com/fluencelabs/js-client/commit/88fcf02d5fd3d28db619427c31b38154646f7ad2))
## [0.1.4](https://github.com/fluencelabs/js-client/compare/js-client-v0.1.3...js-client-v0.1.4) (2023-09-14)

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-client",
"version": "0.1.4",
"version": "0.1.5",
"description": "Client for interacting with Fluence network",
"engines": {
"node": ">=10",