Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.0.17 #111

Merged
merged 2 commits into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.16"
".": "0.0.17"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.0.17](https://github.com/fluencelabs/fRPC-Substrate/compare/v0.0.16...v0.0.17) (2023-10-11)


### Bug Fixes

* **aqua:** fix compilation under fcli 0.8.x ([#96](https://github.com/fluencelabs/fRPC-Substrate/issues/96)) ([d88bfc1](https://github.com/fluencelabs/fRPC-Substrate/commit/d88bfc143ce294db5f10ee67b74447698e6e20c0))
* **deps:** pin rust crate marine-rs-sdk to =0.10.0 ([#93](https://github.com/fluencelabs/fRPC-Substrate/issues/93)) ([18502b9](https://github.com/fluencelabs/fRPC-Substrate/commit/18502b9ebf175ae9d827d80a27c6dde74eaa2408))
* **deps:** update dependency @fluencelabs/marine-worker to v0.3.3 ([#94](https://github.com/fluencelabs/fRPC-Substrate/issues/94)) ([41bec37](https://github.com/fluencelabs/fRPC-Substrate/commit/41bec3789c8d6846050c4e92bc7c8236ee3639eb))
* **deps:** update dependency web3 to v4.1.2 ([#92](https://github.com/fluencelabs/fRPC-Substrate/issues/92)) ([ead9943](https://github.com/fluencelabs/fRPC-Substrate/commit/ead994324f301f495e0ccae9a5f211666f99a775))
* **deps:** update rust crate serde_json to v1.0.107 ([#88](https://github.com/fluencelabs/fRPC-Substrate/issues/88)) ([e7b5cef](https://github.com/fluencelabs/fRPC-Substrate/commit/e7b5cefac867abc8b24fc85657212b131cb79f76))
* **deps:** update rust crate tokio to v1.33.0 ([#103](https://github.com/fluencelabs/fRPC-Substrate/issues/103)) ([bb41bb4](https://github.com/fluencelabs/fRPC-Substrate/commit/bb41bb4b49c987bd2bc94af015c16e35b13477ce))
* **quorum:** fix parsing quorum result ([#98](https://github.com/fluencelabs/fRPC-Substrate/issues/98)) ([34d6340](https://github.com/fluencelabs/fRPC-Substrate/commit/34d6340c5efc890ee334711154c0bd02959fe038))
* **readme:** Fix RPC links ([#108](https://github.com/fluencelabs/fRPC-Substrate/issues/108)) ([cf9f338](https://github.com/fluencelabs/fRPC-Substrate/commit/cf9f3384c6f07fcbc5253e120bfa5c149a4de30e))
* **readme:** Fix spelling ([#109](https://github.com/fluencelabs/fRPC-Substrate/issues/109)) ([110dc59](https://github.com/fluencelabs/fRPC-Substrate/commit/110dc595cd99af142ac50cbc537662c4d995a346))

## [0.0.12](https://github.com/fluencelabs/fRPC-Substrate/compare/v0.0.11...v0.0.12) (2023-10-09)


Expand Down
4 changes: 2 additions & 2 deletions gateway/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua-eth-gateway",
"version": "0.0.12",
"version": "0.0.17",
"description": "",
"main": "src/index.js",
"type": "module",
Expand Down