From ba9e76da92d3f55b02cdd569069bcf91f9c4d296 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 10:47:20 +0200 Subject: [PATCH] chore(release): Release v0.0.17 :rocket: :tada: (#39) Co-authored-by: Release bot :robot --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",