From 228529093019ba34b202d6e39f0efaaae56d1ac6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Build Date: Tue, 21 Nov 2023 17:33:40 +0000 Subject: [PATCH] chore(release): publish [ci skip] - @aave/contract-helpers@1.21.1 - @aave/math-utils@1.21.1 --- packages/contract-helpers/CHANGELOG.md | 13 +++++++++++++ packages/contract-helpers/package.json | 2 +- packages/math-utils/CHANGELOG.md | 13 +++++++++++++ packages/math-utils/package.json | 2 +- 4 files changed, 28 insertions(+), 2 deletions(-) diff --git a/packages/contract-helpers/CHANGELOG.md b/packages/contract-helpers/CHANGELOG.md index 20e91b4a..e97655d6 100644 --- a/packages/contract-helpers/CHANGELOG.md +++ b/packages/contract-helpers/CHANGELOG.md @@ -1,3 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 1.21.1 (2023-11-21) + +**Note:** Version bump only for package @aave/contract-helpers + + + + + # Change Log All notable changes to this project will be documented in this file. See diff --git a/packages/contract-helpers/package.json b/packages/contract-helpers/package.json index d28f3958..8c440767 100644 --- a/packages/contract-helpers/package.json +++ b/packages/contract-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@aave/contract-helpers", - "version": "1.21.0", + "version": "1.21.1", "sideEffects": false, "license": "MIT", "description": "", diff --git a/packages/math-utils/CHANGELOG.md b/packages/math-utils/CHANGELOG.md index 420d600b..da3a4eaa 100644 --- a/packages/math-utils/CHANGELOG.md +++ b/packages/math-utils/CHANGELOG.md @@ -1,3 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 1.21.1 (2023-11-21) + +**Note:** Version bump only for package @aave/math-utils + + + + + # Change Log All notable changes to this project will be documented in this file. See diff --git a/packages/math-utils/package.json b/packages/math-utils/package.json index 15f7ea16..e14af63a 100644 --- a/packages/math-utils/package.json +++ b/packages/math-utils/package.json @@ -1,6 +1,6 @@ { "name": "@aave/math-utils", - "version": "1.21.0", + "version": "1.21.1", "license": "MIT", "description": "", "scripts": {