From dfe4b50b37a01dbe010fc898c04282dca2dfdd4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:12:53 +0200 Subject: [PATCH] chore(main): release 1.1.4 (#166) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dfc59a..5a405fa 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. +## [1.1.4](https://github.com/bgd-labs/aave-cli/compare/v1.1.3...v1.1.4) (2024-10-21) + + +### Bug Fixes + +* make tests work ([d528f54](https://github.com/bgd-labs/aave-cli/commit/d528f54df41faac59f56e3b93e2e37c4201ac6fc)) + ## [1.1.3](https://github.com/bgd-labs/aave-cli/compare/v1.1.2...v1.1.3) (2024-10-21) diff --git a/package.json b/package.json index f141b44..dc94ec4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bgd-labs/aave-cli", - "version": "1.1.3", + "version": "1.1.4", "description": "A cli to perform various aave governance related tasks", "private": false, "sideEffects": false,