Skip to content

Commit ee24864

Browse files
author
Matija Petrunic
committed
Release 1.1.0
1 parent 442f98b commit ee24864

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## [v1.1.0](https://github.com/NodeFactoryIo/web3-server-wallet/tree/v.1.1.0)
4+
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+
315
## [v1.0.3](https://github.com/NodeFactoryIo/web3-server-wallet/tree/v.1.0.3)
416

5-
[Full Changelog](https://github.com/NodeFactoryIo/web3-server-wallet/compare/v1.0.1...v.1.0.3)
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)