Skip to content

Commit 05fabda

Browse files
author
Matija Petrunic
committed
Add changelog
1 parent 8b5387b commit 05fabda

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Changelog
2+
3+
## [v1.0.2](https://github.com/NodeFactoryIo/web3-server-wallet/tree/v.1.0.2)
4+
5+
[Full Changelog](https://github.com/NodeFactoryIo/web3-server-wallet/compare/v1.0.1...v.1.0.2)
6+
7+
### Fixed
8+
- Fix gas station gas price [\#14](https://github.com/NodeFactoryIo/web3-server-wallet/pull/14) ([mpetrun5](https://github.com/mpetrun5))
9+
10+
### Added
11+
12+
### Changed
13+
14+
## [v1.0.1](https://github.com/NodeFactoryIo/web3-server-wallet/tree/v1.0.1) (2020-08-12)
15+
16+
[Full Changelog](https://github.com/NodeFactoryIo/web3-server-wallet/compare/v1.0.0...v1.0.1)
17+
18+
### Fixed
19+
- Catch error in send transaction generator [\#11](https://github.com/NodeFactoryIo/web3-server-wallet/pull/11) ([mpetrun5](https://github.com/mpetrun5))
20+
21+
### Added
22+
23+
### Changed
24+
25+
## [v1.0.0](https://github.com/NodeFactoryIo/web3-server-wallet/tree/v1.0.0) (2020-08-03)
26+
27+
[Full Changelog](https://github.com/NodeFactoryIo/web3-server-wallet/compare/v0.1.0...v1.0.0)
28+
29+
### Fixed
30+
- Bump lodash from 4.17.15 to 4.17.19 [\#8](https://github.com/NodeFactoryIo/web3-server-wallet/pull/8) ([dependabot[bot]](https://github.com/apps/dependabot))
31+
- Fix imports in README [\#7](https://github.com/NodeFactoryIo/web3-server-wallet/pull/7) ([mpetrun5](https://github.com/mpetrun5))
32+
33+
### Added
34+
- Send gas station api key when requesting gas price [\#6](https://github.com/NodeFactoryIo/web3-server-wallet/pull/6) ([mpetrun5](https://github.com/mpetrun5))
35+
36+
### Changed
37+
- Upgrade ethers to version 5 [\#9](https://github.com/NodeFactoryIo/web3-server-wallet/pull/9) ([mpetrun5](https://github.com/mpetrun5))
38+
39+
40+
## [v0.1.0](https://github.com/NodeFactoryIo/web3-server-wallet/tree/v0.1.0) (2020-06-24)
41+
42+
[Full Changelog](https://github.com/NodeFactoryIo/web3-server-wallet/compare/3d07582470f8963048ebab518af53c64f0bf9219...v0.1.0)
43+
44+
### Fixed
45+
- Remove race conditions [\#3](https://github.com/NodeFactoryIo/web3-server-wallet/pull/3) ([mpetrun5](https://github.com/mpetrun5))
46+
47+
### Added
48+
- Initial implementation [\#1](https://github.com/NodeFactoryIo/web3-server-wallet/pull/1) ([mpetrun5](https://github.com/mpetrun5))
49+
50+
### Changed
51+
- Replace console.error with debug [\#2](https://github.com/NodeFactoryIo/web3-server-wallet/pull/2) ([mpetrun5](https://github.com/mpetrun5))

0 commit comments

Comments
 (0)