Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit ba3dfa7

Browse files
authored
chore: release master (#344)
1 parent 88fcf02 commit ba3dfa7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/core/js-client": "0.1.4",
2+
"packages/core/js-client": "0.1.5",
33
"packages/core/marine-worker": "0.3.1"
44
}

packages/core/js-client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.5](https://github.com/fluencelabs/js-client/compare/js-client-v0.1.4...js-client-v0.1.5) (2023-09-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
310
## [0.1.4](https://github.com/fluencelabs/js-client/compare/js-client-v0.1.3...js-client-v0.1.4) (2023-09-14)
411

512

packages/core/js-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluencelabs/js-client",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Client for interacting with Fluence network",
55
"engines": {
66
"node": ">=10",

0 commit comments

Comments
 (0)