-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# Changelog | ||
|
||
## 0.2.0 | ||
Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/04/17** | ||
- [#16](https://github.com/jarcodallo/nestjs-ethers/pull/16) Release v0.2.0 - Ethers Signer implementation | ||
- [#15](https://github.com/jarcodallo/nestjs-ethers/pull/15) Update Readme with EthersSigner | ||
- [#14](https://github.com/jarcodallo/nestjs-ethers/pull/14) Update PULL_REQUEST_TEMPLATE | ||
- [#13](https://github.com/jarcodallo/nestjs-ethers/pull/13) Add wallet signer service | ||
|
||
### BREAKING CHANGE | ||
- Removed `providerName` option from `forRoot` and `forRootAsync` functions. | ||
|
||
## 0.1.0 | ||
Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/04/14** | ||
- [#1](https://github.com/jarcodallo/nestjs-ethers/pull/10) Release v0.1.0 - Ethereum Module implementation for NestJS based on [Ethers.js](https://github.com/ethers-io/ethers.js/) | ||
- [#10](https://github.com/jarcodallo/nestjs-ethers/pull/10) Release v0.1.0 - Ethereum Module implementation for NestJS based on [Ethers.js](https://github.com/ethers-io/ethers.js/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "nestjs-ethers", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "The ethers.js library for NestJS", | ||
"author": "Jose Ramirez <[email protected]>", | ||
"license": "Apache", | ||
|