diff --git a/packages/contract-helpers/CHANGELOG.md b/packages/contract-helpers/CHANGELOG.md index bb506767..467d199c 100644 --- a/packages/contract-helpers/CHANGELOG.md +++ b/packages/contract-helpers/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.20.0 (2023-08-22) + + +### Features + +* withdraw and swap ([#555](https://github.com/aave/aave-utilities/issues/555)) ([ca6c230](https://github.com/aave/aave-utilities/commit/ca6c230f39536ba34313ba5ec8295267742216a3)) + + + + + # 1.19.0 (2023-08-21) diff --git a/packages/contract-helpers/package.json b/packages/contract-helpers/package.json index 9119ad9c..7b2acaa4 100644 --- a/packages/contract-helpers/package.json +++ b/packages/contract-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@aave/contract-helpers", - "version": "1.19.0", + "version": "1.20.0", "sideEffects": false, "license": "MIT", "description": "", diff --git a/packages/math-utils/CHANGELOG.md b/packages/math-utils/CHANGELOG.md index 52813412..c038fa22 100644 --- a/packages/math-utils/CHANGELOG.md +++ b/packages/math-utils/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.20.0 (2023-08-22) + + +### Features + +* withdraw and swap ([#555](https://github.com/aave/aave-utilities/issues/555)) ([ca6c230](https://github.com/aave/aave-utilities/commit/ca6c230f39536ba34313ba5ec8295267742216a3)) + + + + + # 1.19.0 (2023-08-21) diff --git a/packages/math-utils/package.json b/packages/math-utils/package.json index 9686b094..0a930285 100644 --- a/packages/math-utils/package.json +++ b/packages/math-utils/package.json @@ -1,6 +1,6 @@ { "name": "@aave/math-utils", - "version": "1.19.0", + "version": "1.20.0", "license": "MIT", "description": "", "scripts": {