Skip to content

Commit

Permalink
Bump to 0.2.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xslipk authored Apr 17, 2021
1 parent f3b81b1 commit 4067228
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
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/)
2 changes: 1 addition & 1 deletion package.json
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",
Expand Down

0 comments on commit 4067228

Please sign in to comment.