From cc13004843042fc9980a353ab28915200c3d992f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 09:32:40 +0200 Subject: [PATCH] chore(main): release 1.0.1 (#13) 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 8be3de8e6..e33a49a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/bgd-labs/aave-governance-ui-helpers/compare/v1.0.0...v1.0.1) (2023-12-06) + + +### Bug Fixes + +* cache logic and update packages ([0913203](https://github.com/bgd-labs/aave-governance-ui-helpers/commit/09132032aa69c4da265c17304df06efb106816d3)) + ## 1.0.0 (2023-11-21) diff --git a/package.json b/package.json index 6e20668bc..ad2f1b9ac 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 finished proposals, also includes helper functions connected to Aave governance UI version 3.", - "version": "1.0.0", + "version": "1.0.1", "author": "BGD labs", "license": "MIT", "private": false,