Skip to content

Commit

Permalink
chore(main): release 0.0.12 (#105)
Browse files Browse the repository at this point in the history
* chore(main): release 0.0.12

* chore: Bump version to 0.0.12
  • Loading branch information
fluencebot authored Oct 9, 2023
1 parent 48a2545 commit 5107d78
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
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.11"
".": "0.0.12"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

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


### 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))
* **quorum:** fix parsing quorum result ([#98](https://github.com/fluencelabs/fRPC-Substrate/issues/98)) ([34d6340](https://github.com/fluencelabs/fRPC-Substrate/commit/34d6340c5efc890ee334711154c0bd02959fe038))
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.11",
"version": "0.0.12",
"description": "",
"main": "src/index.js",
"type": "module",
Expand Down

0 comments on commit 5107d78

Please sign in to comment.