From 94ae29d9fefa160f51e406d33e96b06c45e65742 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 14:36:30 +0100 Subject: [PATCH] chore(main): release 1.56.0 (#46) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8b19f3..9d8303b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.56.0](https://github.com/aave/aave-v3-deploy/compare/v1.55.3...v1.56.0) (2024-02-27) + + +### Features + +* Add task for config of wrapped native token on testnet ([#43](https://github.com/aave/aave-v3-deploy/issues/43)) ([c76e314](https://github.com/aave/aave-v3-deploy/commit/c76e314ab8318b25f1bbb1770af93e4701095ec4)) +* add withdraw-and-swap paraswap adapter and add base market ([954a60b](https://github.com/aave/aave-v3-deploy/commit/954a60b24466668e12e088981673796b11225e2a)) +* disable faucet task ([776bb91](https://github.com/aave/aave-v3-deploy/commit/776bb914191a49b4c84359c24ddb81e78f031fcf)) + + +### Bug Fixes + +* bump v3-core version to 1.19.2 ([#57](https://github.com/aave/aave-v3-deploy/issues/57)) ([32213c0](https://github.com/aave/aave-v3-deploy/commit/32213c0fe306b664fb9d14a88980ce4e3027762a)) +* Changes order of actions and rename variable ([2c72c03](https://github.com/aave/aave-v3-deploy/commit/2c72c03f29fc8e1701e68b9666b8f297cba4f79e)) + ## [1.55.3](https://github.com/aave/aave-v3-deploy/compare/v1.55.2...v1.55.3) (2023-01-25) diff --git a/package-lock.json b/package-lock.json index 4eb77de..2212532 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aave/deploy-v3", - "version": "1.55.3", + "version": "1.56.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aave/deploy-v3", - "version": "1.55.3", + "version": "1.56.0", "license": "AGPLv3", "dependencies": { "@openzeppelin/defender-relay-client": "^1.54.1" diff --git a/package.json b/package.json index ecd7b05..e9cff39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aave/deploy-v3", - "version": "1.55.3", + "version": "1.56.0", "files": [ "dist", "helpers",