From c5817b9f8769f201fe00db6e1488263f134a97e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 18:15:26 +0200 Subject: [PATCH] chore(release): Release v0.0.11 :rocket: :tada: (#26) 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 eea1255..be50a70 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.11](https://github.com/bgd-labs/report-engine/compare/v0.0.9...v0.0.11) (2023-06-05) + + +### Bug Fixes + +* fix events cache ([#23](https://github.com/bgd-labs/report-engine/issues/23)) ([f931f62](https://github.com/bgd-labs/report-engine/commit/f931f6278a113692bc75aef37795b1a958c3343d)) + ### [0.0.10](https://github.com/bgd-labs/report-engine/compare/v0.0.9...v0.0.10) (2023-06-05) diff --git a/package.json b/package.json index 1df3bb5..69589c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bgd-labs/aave-cli", - "version": "0.0.10", + "version": "0.0.11", "description": "A cli to perform various aave governance related tasks", "main": "./dist/index.js", "module": "./dist/index.cjs",