From b2f52dce34bf9ae6f616cfd20819fceab6728e95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 08:48:13 +0100 Subject: [PATCH] chore(master): release 2.5.1 (#187) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 4808cc85..a1638a7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.1](https://github.com/aave/aave-v3-periphery/compare/v2.5.0...v2.5.1) (2024-03-07) + + +### Bug Fixes + +* Bump aave v3 dependencies ([#186](https://github.com/aave/aave-v3-periphery/issues/186)) ([d9a89ef](https://github.com/aave/aave-v3-periphery/commit/d9a89ef3db3a609ec81260bc31390bd1d2471174)) + ## [2.5.0](https://github.com/aave/aave-v3-periphery/compare/v2.4.1...v2.5.0) (2023-08-22) diff --git a/package-lock.json b/package-lock.json index 379fcafc..c71468bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aave/periphery-v3", - "version": "2.5.0-beta.8", + "version": "2.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aave/periphery-v3", - "version": "2.5.0-beta.8", + "version": "2.5.1", "license": "AGPLv3", "dependencies": { "@aave/core-v3": "1.19.2-beta.1" diff --git a/package.json b/package.json index a16870a4..9f71bc48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aave/periphery-v3", - "version": "2.5.0-beta.8", + "version": "2.5.1", "description": "Aave Protocol V3 periphery smart contracts", "files": [ "contracts",