chore: release master (#340)

Co-authored-by: Akim <59872966+akim-bow@users.noreply.github.com>
This commit is contained in:
fluencebot 2023-09-14 13:54:03 +03:00 committed by GitHub
parent 20d0ab3cf6
commit 31dab07e6d
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.3",
"packages/core/js-client": "0.1.4",
"packages/core/marine-worker": "0.3.1"
}

View File

@ -1,5 +1,12 @@
# Changelog
## [0.1.4](https://github.com/fluencelabs/js-client/compare/js-client-v0.1.3...js-client-v0.1.4) (2023-09-14)
### Bug Fixes
* Fire and forget [fixes DXJ-446] ([#336](https://github.com/fluencelabs/js-client/issues/336)) ([e0a970d](https://github.com/fluencelabs/js-client/commit/e0a970d86a13f1617778a461c1c4d558d7dbafcb))
## [0.1.3](https://github.com/fluencelabs/js-client/compare/js-client-v0.1.2...js-client-v0.1.3) (2023-09-07)

View File

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