Skip to content

Commit 818e582

Browse files
authored
Merge pull request #24 from NodeFactoryIo/Release-1.1.1
Release v1.1.1
2 parents 5dbe557 + 38a4381 commit 818e582

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [v1.1.1](https://github.com/NodeFactoryIo/web3-server-wallet/tree/v1.1.1)
4+
5+
[Full Changelog](https://github.com/NodeFactoryIo/web3-server-wallet/compare/v1.1.0...v.1.1.1)
6+
7+
### Fixed
8+
- Fix monitor service logger default argument type [\#23](https://github.com/NodeFactoryIo/web3-server-wallet/pull/23) ([mpetrun5](https://github.com/mpetrun5))
9+
10+
### Added
11+
12+
### Changed
13+
314
## [v1.1.0](https://github.com/NodeFactoryIo/web3-server-wallet/tree/v1.1.0)
415

516
[Full Changelog](https://github.com/NodeFactoryIo/web3-server-wallet/compare/v1.0.3...v.1.1.0)

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.1.0",
3+
"version": "1.1.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"publishConfig": {

0 commit comments

Comments
 (0)