chore: release master (#377)

This commit is contained in:
fluencebot 2023-11-15 19:29:20 +02:00 committed by GitHub
parent f5e9923974
commit 638da47bc2
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,5 +1,5 @@
{
"packages/core/js-client": "0.4.3",
"packages/core/js-client": "0.4.4",
"packages/core/marine-worker": "0.4.2",
"packages/core/aqua-to-js": "0.2.0",
"packages/core/js-client-isomorphic": "0.2.2"

View File

@ -6,6 +6,13 @@
* dependencies
* @fluencelabs/js-client-isomorphic bumped to 0.2.0
## [0.4.4](https://github.com/fluencelabs/js-client/compare/js-client-v0.4.3...js-client-v0.4.4) (2023-11-10)
### Bug Fixes
* **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))
## [0.4.3](https://github.com/fluencelabs/js-client/compare/js-client-v0.4.2...js-client-v0.4.3) (2023-11-06)

View File

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