chore(release): 2.5.1

This commit is contained in:
Zak Angelle 2021-07-07 13:50:11 -05:00
parent fa2ea9bd70
commit e8a9a2e322
No known key found for this signature in database
GPG Key ID: AD38A27D7E1B3CDD
2 changed files with 8 additions and 1 deletions

View File

@ -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. 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) ## [2.5.0](https://github.com/boardroom-inc/protocol-Info/compare/v2.4.2...v2.5.0) (2021-07-07)

View File

@ -1,6 +1,6 @@
{ {
"name": "@boardroom/protocol-info", "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.", "description": "Project information which will be served to display on the Boardroom Governance Portal.",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",