From a8ec8d4927593a35b91f5ec5eec88f48ce65bf17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 07:36:37 +0200 Subject: [PATCH] chore(main): release 3.0.5 (#59) 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 7b39e60a3..b2c42a44e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.5](https://github.com/bgd-labs/aave-governance-ui-helpers/compare/v3.0.4...v3.0.5) (2024-03-12) + + +### Bug Fixes + +* update packages ([#58](https://github.com/bgd-labs/aave-governance-ui-helpers/issues/58)) ([4149057](https://github.com/bgd-labs/aave-governance-ui-helpers/commit/41490572b5d491490f5cb8505e169baf8895e729)) + ## [3.0.4](https://github.com/bgd-labs/aave-governance-ui-helpers/compare/v3.0.3...v3.0.4) (2024-03-04) diff --git a/package.json b/package.json index ec484adc6..7a7d98481 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bgd-labs/aave-governance-ui-helpers", "description": "This repository saves and updates the cache for Aave governance v3, also includes helper functions connected to Aave governance UI version 3.", - "version": "3.0.4", + "version": "3.0.5", "author": "BGD labs", "license": "MIT", "private": false,