From d2937c824ffbe319cb959d5b6e6fe6cc91f62305 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 17:22:13 +0000 Subject: [PATCH] chore: release 1.13.0 --- 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 87e6655a..3418ffb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.13.0](https://www.github.com/aave/aave-v3-periphery/compare/v1.12.2...v1.13.0) (2022-03-02) + + +### Features + +* use latest aave@deploy-v3 and aave@core-v3 package, use the Test market at tests ([4b3a8f4](https://www.github.com/aave/aave-v3-periphery/commit/4b3a8f488e3520d85093a908ea898e845e16cbc3)) + ### [1.12.2](https://www.github.com/aave/aave-v3-periphery/compare/v1.12.1...v1.12.2) (2022-02-28) diff --git a/package-lock.json b/package-lock.json index caf44bcd..a07e19c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aave/periphery-v3", - "version": "1.12.2", + "version": "1.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aave/periphery-v3", - "version": "1.12.2", + "version": "1.13.0", "license": "AGPLv3", "dependencies": { "@aave/core-v3": "^1.14.2" diff --git a/package.json b/package.json index b836aee3..d9c2da90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aave/periphery-v3", - "version": "1.12.2", + "version": "1.13.0", "description": "Aave Protocol V3 periphery smart contracts", "files": [ "contracts",