From 54ab8ecf10db65f2b9a0e582f33b8aa487ebfde4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 18:35:06 +0000 Subject: [PATCH] chore: release 1.12.2 --- 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 5a139c66..87e6655a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.12.2](https://www.github.com/aave/aave-v3-periphery/compare/v1.12.1...v1.12.2) (2022-02-28) + + +### Bug Fixes + +* fixed revert messages ([57e6906](https://www.github.com/aave/aave-v3-periphery/commit/57e690686208911b86fa911aa13b7ccb41543125)) + ### [1.12.1](https://www.github.com/aave/aave-v3-periphery/compare/v1.12.0...v1.12.1) (2022-02-25) diff --git a/package-lock.json b/package-lock.json index a1b510cc..fa5351fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aave/periphery-v3", - "version": "1.12.1", + "version": "1.12.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aave/periphery-v3", - "version": "1.12.1", + "version": "1.12.2", "license": "AGPLv3", "dependencies": { "@aave/core-v3": "^1.10.0" diff --git a/package.json b/package.json index 9b6065bc..500e42b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aave/periphery-v3", - "version": "1.12.1", + "version": "1.12.2", "description": "Aave Protocol V3 periphery smart contracts", "files": [ "contracts",