Skip to content

Commit

Permalink
2.5.0 (#565)
Browse files Browse the repository at this point in the history
* v2.5.0

* update changelog
  • Loading branch information
shunjizhan authored Sep 28, 2022
1 parent 32d9478 commit b7a13a9
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v2.5.0 2022/09/28
- combined http and ws port
- added a new option `httpOnly`
## v2.4.18 2022/07/8
- logs filter is now more standard and supports nested filter

Expand Down
2 changes: 1 addition & 1 deletion bodhi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/bodhi",
"version": "2.4.21",
"version": "2.5.0",
"main": "lib/index.js",
"repository": "[email protected]:AcalaNetwork/bodhi.js.git",
"author": "Acala Developers <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion bodhi/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version: string = 'bodhi.js/bodhi/2.4.21';
export const version: string = 'bodhi.js/bodhi/2.5.0';
2 changes: 1 addition & 1 deletion eth-providers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/eth-providers",
"version": "2.4.21",
"version": "2.5.0",
"main": "lib/index.js",
"license": "MIT",
"author": "Acala Developers <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion eth-providers/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version: string = 'bodhi.js/providers/2.4.21';
export const version: string = 'bodhi.js/providers/2.5.0';
2 changes: 1 addition & 1 deletion eth-rpc-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/eth-rpc-adapter",
"version": "2.4.21",
"version": "2.5.0",
"main": "lib/index.js",
"license": "MIT",
"author": "Acala Developers <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion eth-rpc-adapter/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version: string = 'bodhi.js/eth-rpc-adapter/2.4.21';
export const version: string = 'bodhi.js/eth-rpc-adapter/2.5.0';
2 changes: 1 addition & 1 deletion eth-transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/eth-transactions",
"version": "2.4.21",
"version": "2.5.0",
"main": "lib/index.js",
"license": "MIT",
"author": "Acala Developers <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion eth-transactions/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version: string = 'bodhi.js/transactions/2.4.21';
export const version: string = 'bodhi.js/transactions/2.5.0';

0 comments on commit b7a13a9

Please sign in to comment.