diff --git a/CHANGELOG.md b/CHANGELOG.md index a62a945..34c8d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Changelog +## [1.0.11](https://github.com/logdna/setup-chain-node/compare/v1.0.10...v1.0.11) (2021-09-02) + + +### Chores + +* **deps**: update eslint requirement from ^7.31.0 to ^7.32.0 [fadda7c](https://github.com/logdna/setup-chain-node/commit/fadda7cff68029440044faeac48833c7b53e0931) - Darin Spivey + ## [1.0.10](https://github.com/logdna/setup-chain-node/compare/v1.0.9...v1.0.10) (2021-07-21) diff --git a/package.json b/package.json index 92b9914..9d9750b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@logdna/setup-chain", - "version": "1.0.10", + "version": "1.0.11", "description": "Base class for implementing seed and resource data for test suites", "main": "index.js", "publishConfig": {