diff --git a/packages/contract-helpers/CHANGELOG.md b/packages/contract-helpers/CHANGELOG.md index e0b5eb80..9078c4c7 100644 --- a/packages/contract-helpers/CHANGELOG.md +++ b/packages/contract-helpers/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.30.1 (2024-08-26) + +**Note:** Version bump only for package @aave/contract-helpers + + + + + # 1.30.0 (2024-08-20) diff --git a/packages/contract-helpers/package.json b/packages/contract-helpers/package.json index 30dddad2..5604c647 100644 --- a/packages/contract-helpers/package.json +++ b/packages/contract-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@aave/contract-helpers", - "version": "1.30.0", + "version": "1.30.1", "sideEffects": false, "license": "MIT", "description": "", diff --git a/packages/math-utils/CHANGELOG.md b/packages/math-utils/CHANGELOG.md index bd676907..9732d357 100644 --- a/packages/math-utils/CHANGELOG.md +++ b/packages/math-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.30.1 (2024-08-26) + +**Note:** Version bump only for package @aave/math-utils + + + + + # 1.30.0 (2024-08-20) diff --git a/packages/math-utils/package.json b/packages/math-utils/package.json index 4922a6af..e62f5259 100644 --- a/packages/math-utils/package.json +++ b/packages/math-utils/package.json @@ -1,6 +1,6 @@ { "name": "@aave/math-utils", - "version": "1.30.0", + "version": "1.30.1", "license": "MIT", "description": "", "scripts": {