From e8a9a2e3228dae388deb0abf7459e3f1c52ab6ad Mon Sep 17 00:00:00 2001 From: Zak Angelle Date: Wed, 7 Jul 2021 13:50:11 -0500 Subject: [PATCH] chore(release): 2.5.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 725299f..ed3525d 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. +### [2.5.1](https://github.com/boardroom-inc/protocol-Info/compare/v2.5.0...v2.5.1) (2021-07-07) + + +### Bug Fixes + +* update aave token abi ([#214](https://github.com/boardroom-inc/protocol-Info/issues/214)) ([fa2ea9b](https://github.com/boardroom-inc/protocol-Info/commit/fa2ea9bd701124a2b19647dd9ebf09159f1ab372)) + ## [2.5.0](https://github.com/boardroom-inc/protocol-Info/compare/v2.4.2...v2.5.0) (2021-07-07) diff --git a/package.json b/package.json index dc2fe7b..cd7550d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@boardroom/protocol-info", - "version": "2.5.0", + "version": "2.5.1", "description": "Project information which will be served to display on the Boardroom Governance Portal.", "main": "dist/index.js", "typings": "dist/index.d.ts",