From ee248641078aee0e97c390e8b213450d786bf6cd Mon Sep 17 00:00:00 2001 From: Matija Petrunic Date: Wed, 21 Oct 2020 10:43:01 +0200 Subject: [PATCH 1/2] Release 1.1.0 --- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d49619..e26ddd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,20 @@ # Changelog +## [v1.1.0](https://github.com/NodeFactoryIo/web3-server-wallet/tree/v.1.1.0) + +[Full Changelog](https://github.com/NodeFactoryIo/web3-server-wallet/compare/v1.0.3...v.1.1.0) + +### Fixed + +### Added +- Pass logger instance to tx monitor [\#21](https://github.com/NodeFactoryIo/web3-server-wallet/pull/21) ([mpetrun5](https://github.com/mpetrun5)) + +### Changed + + ## [v1.0.3](https://github.com/NodeFactoryIo/web3-server-wallet/tree/v.1.0.3) -[Full Changelog](https://github.com/NodeFactoryIo/web3-server-wallet/compare/v1.0.1...v.1.0.3) +[Full Changelog](https://github.com/NodeFactoryIo/web3-server-wallet/compare/v1.0.2...v.1.0.3) ### Fixed - Fix gas station gas price [\#14](https://github.com/NodeFactoryIo/web3-server-wallet/pull/14) ([mpetrun5](https://github.com/mpetrun5)) diff --git a/package.json b/package.json index b1571fe..7c16e0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nodefactory/web3-server-wallet", - "version": "1.0.3", + "version": "1.1.0", "main": "dist/index.js", "types": "dist/index.d.ts", "publishConfig": { From 66dfc30cc208b14441d25d9929e27ca6365387d7 Mon Sep 17 00:00:00 2001 From: Matija Petrunic Date: Wed, 21 Oct 2020 10:43:52 +0200 Subject: [PATCH 2/2] Fix CHANGELOG links --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e26ddd2..c3f44d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [v1.1.0](https://github.com/NodeFactoryIo/web3-server-wallet/tree/v.1.1.0) +## [v1.1.0](https://github.com/NodeFactoryIo/web3-server-wallet/tree/v1.1.0) [Full Changelog](https://github.com/NodeFactoryIo/web3-server-wallet/compare/v1.0.3...v.1.1.0) @@ -12,7 +12,7 @@ ### Changed -## [v1.0.3](https://github.com/NodeFactoryIo/web3-server-wallet/tree/v.1.0.3) +## [v1.0.3](https://github.com/NodeFactoryIo/web3-server-wallet/tree/v1.0.3) [Full Changelog](https://github.com/NodeFactoryIo/web3-server-wallet/compare/v1.0.2...v.1.0.3)