From be7cae53f396cc82a932bcb272d1bc5585a4fddb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 08:37:14 +0000 Subject: [PATCH] chore(master): release 2.0.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d254a2fb..7816594b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/aave/aave-v3-periphery/compare/v2.0.0...v2.0.1) (2023-03-15) + + +### Bug Fixes + +* publish all artifacts files, required by hardhat-deploy to store solidity input ([01814cb](https://github.com/aave/aave-v3-periphery/commit/01814cb6a3a91a93dbfa39c1c01a925d3c71695a)) + ## [2.0.0](https://github.com/aave/aave-v3-periphery/compare/v1.23.1...v2.0.0) (2023-01-12) diff --git a/package-lock.json b/package-lock.json index 5633e245..8b656741 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aave/periphery-v3", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aave/periphery-v3", - "version": "2.0.0", + "version": "2.0.1", "license": "AGPLv3", "dependencies": { "@aave/core-v3": "1.17.0" diff --git a/package.json b/package.json index c17fc14b..3aaa82fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aave/periphery-v3", - "version": "2.0.0", + "version": "2.0.1", "description": "Aave Protocol V3 periphery smart contracts", "files": [ "contracts",