From 23ab65047973df1af2f704bdfe07f50e05e09fbb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 09:39:18 +0000 Subject: [PATCH] chore(main): release 0.9.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 001b16c..d5d7eaa 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.9.2](https://github.com/bgd-labs/aave-cli/compare/v0.9.1...v0.9.2) (2024-03-20) + + +### Bug Fixes + +* some formatting tweaks ([#122](https://github.com/bgd-labs/aave-cli/issues/122)) ([26b01c6](https://github.com/bgd-labs/aave-cli/commit/26b01c6b01b58990a52d59cca1cc4d0313f34958)) + ## [0.9.1](https://github.com/bgd-labs/aave-cli/compare/v0.9.0...v0.9.1) (2024-03-14) diff --git a/package.json b/package.json index d4551cf..3a210da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bgd-labs/aave-cli", - "version": "0.9.1", + "version": "0.9.2", "description": "A cli to perform various aave governance related tasks", "private": false, "sideEffects": false,