Skip to content

Commit 1fc35f8

Browse files
authored
Merge pull request #22 from NodeFactoryIo/Release-1.1.0
Release 1.1.0
2 parents 442f98b + 66dfc30 commit 1fc35f8

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
# Changelog
22

3-
## [v1.0.3](https://github.com/NodeFactoryIo/web3-server-wallet/tree/v.1.0.3)
3+
## [v1.1.0](https://github.com/NodeFactoryIo/web3-server-wallet/tree/v1.1.0)
44

5-
[Full Changelog](https://github.com/NodeFactoryIo/web3-server-wallet/compare/v1.0.1...v.1.0.3)
5+
[Full Changelog](https://github.com/NodeFactoryIo/web3-server-wallet/compare/v1.0.3...v.1.1.0)
6+
7+
### Fixed
8+
9+
### Added
10+
- Pass logger instance to tx monitor [\#21](https://github.com/NodeFactoryIo/web3-server-wallet/pull/21) ([mpetrun5](https://github.com/mpetrun5))
11+
12+
### Changed
13+
14+
15+
## [v1.0.3](https://github.com/NodeFactoryIo/web3-server-wallet/tree/v1.0.3)
16+
17+
[Full Changelog](https://github.com/NodeFactoryIo/web3-server-wallet/compare/v1.0.2...v.1.0.3)
618

719
### Fixed
820
- Fix gas station gas price [\#14](https://github.com/NodeFactoryIo/web3-server-wallet/pull/14) ([mpetrun5](https://github.com/mpetrun5))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodefactory/web3-server-wallet",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"publishConfig": {

0 commit comments

Comments
 (0)