From 17b77d1d65e6ff6701592a47c595098096fae016 Mon Sep 17 00:00:00 2001 From: GitHub Actions Build Date: Fri, 19 Jan 2024 17:34:33 +0000 Subject: [PATCH] chore(release): publish [ci skip] - @aave/contract-helpers@1.23.0 - @aave/math-utils@1.23.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 1eadb3d8..762b3f4c 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.23.0 (2024-01-19) + + +### Features + +* add bnb ([#571](https://github.com/aave/aave-utilities/issues/571)) ([5b92d16](https://github.com/aave/aave-utilities/commit/5b92d16a39dfb47e0cae95fd3480863b8f9afc75)) + + + + + # 1.22.0 (2024-01-18) diff --git a/packages/contract-helpers/package.json b/packages/contract-helpers/package.json index 197bf25f..66cea975 100644 --- a/packages/contract-helpers/package.json +++ b/packages/contract-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@aave/contract-helpers", - "version": "1.22.0", + "version": "1.23.0", "sideEffects": false, "license": "MIT", "description": "", diff --git a/packages/math-utils/CHANGELOG.md b/packages/math-utils/CHANGELOG.md index a3a790de..f4b2be80 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.23.0 (2024-01-19) + + +### Features + +* add bnb ([#571](https://github.com/aave/aave-utilities/issues/571)) ([5b92d16](https://github.com/aave/aave-utilities/commit/5b92d16a39dfb47e0cae95fd3480863b8f9afc75)) + + + + + # 1.22.0 (2024-01-18) diff --git a/packages/math-utils/package.json b/packages/math-utils/package.json index d13a300e..905f8432 100644 --- a/packages/math-utils/package.json +++ b/packages/math-utils/package.json @@ -1,6 +1,6 @@ { "name": "@aave/math-utils", - "version": "1.22.0", + "version": "1.23.0", "license": "MIT", "description": "", "scripts": {