Skip to content

Commit 4067228

Browse files
authored
Bump to 0.2.0 (#16)
1 parent f3b81b1 commit 4067228

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## 0.2.0
4+
Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/04/17**
5+
- [#16](https://github.com/jarcodallo/nestjs-ethers/pull/16) Release v0.2.0 - Ethers Signer implementation
6+
- [#15](https://github.com/jarcodallo/nestjs-ethers/pull/15) Update Readme with EthersSigner
7+
- [#14](https://github.com/jarcodallo/nestjs-ethers/pull/14) Update PULL_REQUEST_TEMPLATE
8+
- [#13](https://github.com/jarcodallo/nestjs-ethers/pull/13) Add wallet signer service
9+
10+
### BREAKING CHANGE
11+
- Removed `providerName` option from `forRoot` and `forRootAsync` functions.
12+
313
## 0.1.0
414
Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/04/14**
5-
- [#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/)
15+
- [#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/)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-ethers",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "The ethers.js library for NestJS",
55
"author": "Jose Ramirez <[email protected]>",
66
"license": "Apache",

0 commit comments

Comments
 (0)