diff --git a/CHANGELOG.md b/CHANGELOG.md index b7b286a..d617028 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ Published by **[blockcoders](https://github.com/blockcoders)** on **2023/01/07** - Ethers.js is not longer part of the index.ts export. - @ethersproject/* is now part of peerDependencies. - Rename `MATIC_NETWORK` with `POLYGON_NETWORK`. +- Install `ethers` manually ## 1.0.3 Published by **[blockcoders](https://github.com/blockcoders)** on **2022/05/08** diff --git a/README.md b/README.md index dd3905e..bb42e50 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Ethereum utilities for NestJS based on [Ethers.js](https://github.com/ethers-io/ ## Install ```sh -npm i nestjs-ethers +npm i nestjs-ethers ethers ``` ## Register module diff --git a/package-lock.json b/package-lock.json index 2e81002..6e27f2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nestjs-ethers", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nestjs-ethers", - "version": "2.0.1", + "version": "2.0.2", "license": "Apache", "devDependencies": { "@ethersproject/abstract-signer": "^5.7.0", diff --git a/package.json b/package.json index 7428c95..a9d346f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-ethers", - "version": "2.0.1", + "version": "2.0.2", "description": "The ethers.js library for NestJS", "author": "Blockcoders Engineering ", "license": "Apache",