From 225895d646396d81f5720538ff56fb2641bead27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 12:28:17 +0200 Subject: [PATCH] chore(main): release 3.0.1 (#52) 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 9cdffd17e..95f18c521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/bgd-labs/aave-governance-ui-helpers/compare/v3.0.0...v3.0.1) (2024-02-28) + + +### Bug Fixes + +* update to new version of js-utils ([#51](https://github.com/bgd-labs/aave-governance-ui-helpers/issues/51)) ([4e1a66a](https://github.com/bgd-labs/aave-governance-ui-helpers/commit/4e1a66a5e32f565d7c2440987dbc7fe6c583b71a)) + ## [3.0.0](https://github.com/bgd-labs/aave-governance-ui-helpers/compare/v2.2.1...v3.0.0) (2024-02-08) diff --git a/package.json b/package.json index 11d713912..310155298 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.0", + "version": "3.0.1", "author": "BGD labs", "license": "MIT", "private": false,