From 0632add1872cbf7409dc1960939785194a3df616 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 09:13:15 +0000 Subject: [PATCH] chore(master): release 1.18.1 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2abd8b0c..715f7a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.18.1](https://github.com/aave/aave-v3-periphery/compare/v1.18.0...v1.18.1) (2022-07-28) + + +### Bug Fixes + +* Add clean ups to UIIncentiveDataProvider and PoolDataProvider ([4d80e42](https://github.com/aave/aave-v3-periphery/commit/4d80e425ab301d8e9573f8457a1cf534314ec957)) +* add name to response ([78a976f](https://github.com/aave/aave-v3-periphery/commit/78a976f519845e6dd5e1e52649df9f1659013206)) +* add value to struct ([5ab18b5](https://github.com/aave/aave-v3-periphery/commit/5ab18b5bca1d7247d63ac01c41a09d235a5e5067)) + ## [1.18.0](https://github.com/aave/aave-v3-periphery/compare/v1.17.0...v1.18.0) (2022-06-08) diff --git a/package-lock.json b/package-lock.json index ad285476..a9f571ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aave/periphery-v3", - "version": "1.18.0", + "version": "1.18.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aave/periphery-v3", - "version": "1.18.0", + "version": "1.18.1", "license": "AGPLv3", "dependencies": { "@aave/core-v3": "^1.14.3-beta.0" diff --git a/package.json b/package.json index 22ef81f7..8946ca99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aave/periphery-v3", - "version": "1.18.0", + "version": "1.18.1", "description": "Aave Protocol V3 periphery smart contracts", "files": [ "contracts",