From 04db8cb8eb247391a2e76995de9742ec53df6798 Mon Sep 17 00:00:00 2001 From: GitHub Actions Build Date: Thu, 22 Feb 2024 14:55:53 +0000 Subject: [PATCH] chore(release): publish [ci skip] - @aave/contract-helpers@1.25.0 - @aave/math-utils@1.25.0 --- packages/contract-helpers/CHANGELOG.md | 16 ++++++++++++++++ packages/contract-helpers/package.json | 2 +- packages/math-utils/CHANGELOG.md | 16 ++++++++++++++++ packages/math-utils/package.json | 2 +- 4 files changed, 34 insertions(+), 2 deletions(-) diff --git a/packages/contract-helpers/CHANGELOG.md b/packages/contract-helpers/CHANGELOG.md index 63875950..019f9458 100644 --- a/packages/contract-helpers/CHANGELOG.md +++ b/packages/contract-helpers/CHANGELOG.md @@ -1,3 +1,19 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.25.0 (2024-02-22) + + +### Features + +* sdai token wrapper ([#561](https://github.com/aave/aave-utilities/issues/561)) ([c772112](https://github.com/aave/aave-utilities/commit/c77211216fbcf86d71718c5450bc9aab5ec5a002)) + + + + + # 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 ec93767c..11ba74dc 100644 --- a/packages/contract-helpers/package.json +++ b/packages/contract-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@aave/contract-helpers", - "version": "1.24.0", + "version": "1.25.0", "sideEffects": false, "license": "MIT", "description": "", diff --git a/packages/math-utils/CHANGELOG.md b/packages/math-utils/CHANGELOG.md index 697a0f6f..41066cf5 100644 --- a/packages/math-utils/CHANGELOG.md +++ b/packages/math-utils/CHANGELOG.md @@ -1,3 +1,19 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.25.0 (2024-02-22) + + +### Features + +* sdai token wrapper ([#561](https://github.com/aave/aave-utilities/issues/561)) ([c772112](https://github.com/aave/aave-utilities/commit/c77211216fbcf86d71718c5450bc9aab5ec5a002)) + + + + + # 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 29f4975c..5133adf2 100644 --- a/packages/math-utils/package.json +++ b/packages/math-utils/package.json @@ -1,6 +1,6 @@ { "name": "@aave/math-utils", - "version": "1.24.0", + "version": "1.25.0", "license": "MIT", "description": "", "scripts": {