From 7593a4a6110dfddfcfd816a1ae9a75ce3c3e1e09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 11:39:59 +0000 Subject: [PATCH] chore(master): release 3.0.1 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 062709e5..4a3c5683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [3.0.1](https://github.com/aave/aave-v3-periphery/compare/v1.20.2...v3.0.1) (2022-11-18) + + +### Bug Fixes + +* Fix function docs ([3883ae8](https://github.com/aave/aave-v3-periphery/commit/3883ae8b655e09f1fde0033cf104b62ad44537ec)) +* Remove constructor of RewardsController ([4210a75](https://github.com/aave/aave-v3-periphery/commit/4210a75b7cc1cffdf0efb04ad2a0cebe8af641a8)) +* remove deploy args of RewardsController at tests, add deploy beta package ([1c01600](https://github.com/aave/aave-v3-periphery/commit/1c0160045b6edfddd36fb7fbba64a6e8f58e4a1d)) + + +### Miscellaneous Chores + +* release 3.0.1 ([ddf85ce](https://github.com/aave/aave-v3-periphery/commit/ddf85ce0c01771406807b004aad5ee95054a3c76)) + ## [1.20.2](https://github.com/aave/aave-v3-periphery/compare/v1.20.1...v1.20.2) (2022-11-17) diff --git a/package-lock.json b/package-lock.json index 50296dd7..a9f79e3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@aave/periphery-v3", - "version": "1.20.2", + "version": "3.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d56af2a8..d2ac8fd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aave/periphery-v3", - "version": "1.20.2", + "version": "3.0.1", "description": "Aave Protocol V3 periphery smart contracts", "files": [ "contracts",