From 8e41d0ee3bd65e3851ae2ea2d99437953da52a75 Mon Sep 17 00:00:00 2001 From: GitHub Actions Build Date: Tue, 22 Aug 2023 18:52:10 +0000 Subject: [PATCH] chore(release): publish [ci skip] - @aave/contract-helpers@1.20.0 - @aave/math-utils@1.20.0 --- packages/contract-helpers/CHANGELOG.md | 11 +++++++++++ packages/contract-helpers/package.json | 2 +- packages/math-utils/CHANGELOG.md | 11 +++++++++++ packages/math-utils/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) 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": {