diff --git a/packages/contract-helpers/CHANGELOG.md b/packages/contract-helpers/CHANGELOG.md index 38d5c43c..b1143047 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.4 (2024-10-21) + +**Note:** Version bump only for package @aave/contract-helpers + + + + + ## 1.30.3 (2024-10-09) **Note:** Version bump only for package @aave/contract-helpers diff --git a/packages/contract-helpers/package.json b/packages/contract-helpers/package.json index 56c592a4..e2e82dbc 100644 --- a/packages/contract-helpers/package.json +++ b/packages/contract-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@aave/contract-helpers", - "version": "1.30.3", + "version": "1.30.4", "sideEffects": false, "license": "MIT", "description": "", diff --git a/packages/math-utils/CHANGELOG.md b/packages/math-utils/CHANGELOG.md index 3d40e1b9..8910f683 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.4 (2024-10-21) + +**Note:** Version bump only for package @aave/math-utils + + + + + ## 1.30.3 (2024-10-09) **Note:** Version bump only for package @aave/math-utils diff --git a/packages/math-utils/package.json b/packages/math-utils/package.json index dc3a05c0..cf87023b 100644 --- a/packages/math-utils/package.json +++ b/packages/math-utils/package.json @@ -1,6 +1,6 @@ { "name": "@aave/math-utils", - "version": "1.30.3", + "version": "1.30.4", "license": "MIT", "description": "", "scripts": {