Skip to content

Commit

Permalink
chore: release master (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored Sep 7, 2023
1 parent e7e6176 commit 8155e34
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/core/js-client": "0.1.1",
"packages/core/js-client": "0.1.2",
"packages/core/marine-worker": "0.3.0"
}
12 changes: 12 additions & 0 deletions packages/core/js-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.2](https://github.com/fluencelabs/js-client/compare/js-client-v0.1.1...js-client-v0.1.2) (2023-09-05)


### Features

* remove obsolete packages [fixes DXJ-462] ([#337](https://github.com/fluencelabs/js-client/issues/337)) ([e7e6176](https://github.com/fluencelabs/js-client/commit/e7e617661f39e1df36a703d5dad93ba52a338919))


### Bug Fixes

* **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))

## [0.1.1](https://github.com/fluencelabs/js-client/compare/js-client-v0.1.0...js-client-v0.1.1) (2023-08-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/js-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-client",
"version": "0.1.1",
"version": "0.1.2",
"description": "Client for interacting with Fluence network",
"engines": {
"node": ">=10",
Expand Down

0 comments on commit 8155e34

Please sign in to comment.