diff --git a/packages/contract-helpers/CHANGELOG.md b/packages/contract-helpers/CHANGELOG.md index 0ba5fc84..2d0b1792 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.18.2 (2023-07-14) + + +### Bug Fixes + +* remove commented imports ([#552](https://github.com/aave/aave-utilities/issues/552)) ([91a2772](https://github.com/aave/aave-utilities/commit/91a2772477ce2d9a809114dcbe2535c234603c38)) + + + + + ## 1.18.1 (2023-07-12) **Note:** Version bump only for package @aave/contract-helpers diff --git a/packages/contract-helpers/package.json b/packages/contract-helpers/package.json index 0107e72c..7e182f42 100644 --- a/packages/contract-helpers/package.json +++ b/packages/contract-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@aave/contract-helpers", - "version": "1.18.1", + "version": "1.18.2", "sideEffects": false, "license": "MIT", "description": "", diff --git a/packages/math-utils/CHANGELOG.md b/packages/math-utils/CHANGELOG.md index 7816afe0..08caa08e 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.18.2 (2023-07-14) + + +### Bug Fixes + +* remove commented imports ([#552](https://github.com/aave/aave-utilities/issues/552)) ([91a2772](https://github.com/aave/aave-utilities/commit/91a2772477ce2d9a809114dcbe2535c234603c38)) + + + + + ## 1.18.1 (2023-07-12) **Note:** Version bump only for package @aave/math-utils diff --git a/packages/math-utils/package.json b/packages/math-utils/package.json index 4a5fa74f..c2a38c21 100644 --- a/packages/math-utils/package.json +++ b/packages/math-utils/package.json @@ -1,6 +1,6 @@ { "name": "@aave/math-utils", - "version": "1.18.1", + "version": "1.18.2", "license": "MIT", "description": "", "scripts": {