Skip to content

Commit

Permalink
chore: Revert releases and force version to latest present in NPM (#110)
Browse files Browse the repository at this point in the history
* Revert "chore(main): release 0.0.13 (#106)"

This reverts commit e07ad4f.

* Set version to 0.0.16 (latest in npm)
  • Loading branch information
nahsi authored Oct 11, 2023
1 parent e07ad4f commit 9d14a36
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 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.13"
".": "0.0.16"
}
9 changes: 0 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Changelog

## [0.0.13](https://github.com/fluencelabs/fRPC-Substrate/compare/v0.0.12...v0.0.13) (2023-10-11)


### Bug Fixes

* **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))
* **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.13",
"version": "0.0.12",
"description": "",
"main": "src/index.js",
"type": "module",
Expand Down

0 comments on commit 9d14a36

Please sign in to comment.