From 9885a8d31bb4dc543685818f2cb4df03911fe0d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 09:38:24 +0200 Subject: [PATCH] chore(main): release 3.2.7 (#84) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5ca91290..d444ca6cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.2.7](https://github.com/bgd-labs/aave-governance-ui-helpers/compare/v3.2.6...v3.2.7) (2025-01-29) + + +### Bug Fixes + +* cache update script ([bbb4af0](https://github.com/bgd-labs/aave-governance-ui-helpers/commit/bbb4af0219f4c95e5caa61d62cd4d4f439c67c22)) +* update cache script ([193171d](https://github.com/bgd-labs/aave-governance-ui-helpers/commit/193171dd1a1e109449296a72dd1d0742e7cc24d9)) + ## [3.2.6](https://github.com/bgd-labs/aave-governance-ui-helpers/compare/v3.2.5...v3.2.6) (2025-01-28) diff --git a/package.json b/package.json index a0bf5e405..21cb95b08 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.2.6", + "version": "3.2.7", "author": "BGD labs", "license": "MIT", "private": false,