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

Commit 8155e34

Browse files
authored
chore: release master (#335)
1 parent e7e6176 commit 8155e34

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/release-please/manifest.json

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.1",
2+
"packages/core/js-client": "0.1.2",
33
"packages/core/marine-worker": "0.3.0"
44
}

packages/core/js-client/CHANGELOG.md

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

3+
## [0.1.2](https://github.com/fluencelabs/js-client/compare/js-client-v0.1.1...js-client-v0.1.2) (2023-09-05)
4+
5+
6+
### Features
7+
8+
* remove obsolete packages [fixes DXJ-462] ([#337](https://github.com/fluencelabs/js-client/issues/337)) ([e7e6176](https://github.com/fluencelabs/js-client/commit/e7e617661f39e1df36a703d5dad93ba52a338919))
9+
10+
11+
### Bug Fixes
12+
13+
* **logger:** Change formatter that collides with new libp2p version [fixes DXJ-459] ([#334](https://github.com/fluencelabs/js-client/issues/334)) ([18a972b](https://github.com/fluencelabs/js-client/commit/18a972b573559d0717ec93a95b8c63dd1cbcd93b))
14+
315
## [0.1.1](https://github.com/fluencelabs/js-client/compare/js-client-v0.1.0...js-client-v0.1.1) (2023-08-25)
416

517

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.1",
3+
"version": "0.1.2",
44
"description": "Client for interacting with Fluence network",
55
"engines": {
66
"node": ">=10",

0 commit comments

Comments
 (0)