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

Commit 638da47

Browse files
authored
chore: release master (#377)
1 parent f5e9923 commit 638da47

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/core/js-client": "0.4.3",
2+
"packages/core/js-client": "0.4.4",
33
"packages/core/marine-worker": "0.4.2",
44
"packages/core/aqua-to-js": "0.2.0",
55
"packages/core/js-client-isomorphic": "0.2.2"

packages/core/js-client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
* dependencies
77
* @fluencelabs/js-client-isomorphic bumped to 0.2.0
88

9+
## [0.4.4](https://github.com/fluencelabs/js-client/compare/js-client-v0.4.3...js-client-v0.4.4) (2023-11-10)
10+
11+
12+
### Bug Fixes
13+
14+
* **js-client:** Fix CDN flow and move it in modules [fixes DXJ-527] ([#376](https://github.com/fluencelabs/js-client/issues/376)) ([f5e9923](https://github.com/fluencelabs/js-client/commit/f5e99239741bc8907c3b4febdc53e46d7a43e46e))
15+
916
## [0.4.3](https://github.com/fluencelabs/js-client/compare/js-client-v0.4.2...js-client-v0.4.3) (2023-11-06)
1017

1118

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

0 commit comments

Comments
 (0)