From 9f95e86fa9df905354b5cee0975dd850504cef73 Mon Sep 17 00:00:00 2001 From: Jose Ramirez Date: Sun, 8 May 2022 08:02:10 -0400 Subject: [PATCH] Bump to 1.0.2 --- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a18c5..5098740 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.2 +Published by **[blockcoders](https://github.com/blockcoders)** on **2022/05/08** +- [#137](https://github.com/blockcoders/nestjs-ethers/pull/137) Update dependencies +- [#135](https://github.com/blockcoders/nestjs-ethers/pull/135) Fix typo getSigneroken to getSignerToken by [@hanchchch](https://github.com/hanchchch) + ## 1.0.1 Published by **[blockcoders](https://github.com/blockcoders)** on **2022/01/15** - [#133](https://github.com/blockcoders/nestjs-ethers/pull/133) Update dependencies diff --git a/package-lock.json b/package-lock.json index 76fee6d..a50bb93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nestjs-ethers", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nestjs-ethers", - "version": "1.0.1", + "version": "1.0.2", "license": "Apache", "dependencies": { "@ethers-ancillary/bsc": "0.0.3", diff --git a/package.json b/package.json index 0b3c68a..b1b2c9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-ethers", - "version": "1.0.1", + "version": "1.0.2", "description": "The ethers.js library for NestJS", "author": "Blockcoders Engineering ", "license": "Apache",