From 1540b8a603d9844911d8d149c68587d3034ac8c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:52:53 +0100 Subject: [PATCH] chore(main): release 0.5.0 (#105) 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 5fb0ab3..bfb4ed2 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.5.0](https://github.com/bgd-labs/aave-cli/compare/v0.4.0...v0.5.0) (2024-01-25) + + +### Features + +* add storage diff ([#104](https://github.com/bgd-labs/aave-cli/issues/104)) ([cf8d917](https://github.com/bgd-labs/aave-cli/commit/cf8d91747260cb1970fce856147ef6836f4a81ae)) + ## [0.4.0](https://github.com/bgd-labs/aave-cli/compare/v0.3.3...v0.4.0) (2024-01-25) diff --git a/package.json b/package.json index 48ee30d..cd595e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bgd-labs/aave-cli", - "version": "0.4.0", + "version": "0.5.0", "description": "A cli to perform various aave governance related tasks", "private": false, "scripts": {