Skip to content

Commit

Permalink
Bump (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xslipk authored Apr 21, 2021
1 parent 61088ef commit 237b93c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## 0.3.0
Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/04/21**
- [#19](https://github.com/jarcodallo/nestjs-ethers/pull/19) Release v0.3.0 - EthersContract implementation
- [#18](https://github.com/jarcodallo/nestjs-ethers/pull/18) Add EthersContract to the README
- [#17](https://github.com/jarcodallo/nestjs-ethers/pull/17) Add SmartContract creation

## 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
- [#16](https://github.com/jarcodallo/nestjs-ethers/pull/16) Release v0.2.0 - EthersSigner 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
Expand Down
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.2.0",
"version": "0.3.0",
"description": "The ethers.js library for NestJS",
"author": "Jose Ramirez <[email protected]>",
"license": "Apache",
Expand Down

0 comments on commit 237b93c

Please sign in to comment.