diff --git a/CHANGELOG.md b/CHANGELOG.md index 53a4ace..b81ebed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.17](https://github.com/bgd-labs/report-engine/compare/v0.0.16...v0.0.17) (2023-07-12) + + +### Bug Fixes + +* patch eMode comparison for v2 were it doesn't exist ([#38](https://github.com/bgd-labs/report-engine/issues/38)) ([1d83412](https://github.com/bgd-labs/report-engine/commit/1d8341207146327adcc410babb90f0243d2ae43c)) + ### [0.0.16](https://github.com/bgd-labs/report-engine/compare/v0.0.15...v0.0.16) (2023-07-12) diff --git a/package.json b/package.json index 92df10d..01c2d84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bgd-labs/aave-cli", - "version": "0.0.16", + "version": "0.0.17", "description": "A cli to perform various aave governance related tasks", "main": "./dist/index.js", "module": "./dist/index.js",