From 467316719e71c991c623d49aa9870f08f31e8fec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 23:08:54 +0200 Subject: [PATCH] chore(main): release 0.16.3 (#152) 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 f7f8fe9..52c1ff4 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.16.3](https://github.com/bgd-labs/aave-cli/compare/v0.16.2...v0.16.3) (2024-08-09) + + +### Bug Fixes + +* diff tooling ([#151](https://github.com/bgd-labs/aave-cli/issues/151)) ([e906492](https://github.com/bgd-labs/aave-cli/commit/e9064926994a71a85f244dd6f8ca2a7c432a8184)) + ## [0.16.2](https://github.com/bgd-labs/aave-cli/compare/v0.16.1...v0.16.2) (2024-07-24) diff --git a/package.json b/package.json index d932888..b2d9a09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bgd-labs/aave-cli", - "version": "0.16.2", + "version": "0.16.3", "description": "A cli to perform various aave governance related tasks", "private": false, "sideEffects": false,