diff --git a/packages/contract-helpers/CHANGELOG.md b/packages/contract-helpers/CHANGELOG.md index ec89e97c..0871092c 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.13.5 (2023-02-03) + + +### Bug Fixes + +* Fix typos ([#486](https://github.com/aave/aave-utilities/issues/486)) ([db4cef5](https://github.com/aave/aave-utilities/commit/db4cef584a68f951183df25ffa2e8f2042893d21)) + + + + + ## 1.13.4 (2023-02-03) diff --git a/packages/contract-helpers/package.json b/packages/contract-helpers/package.json index b1c5dc1e..a8828ded 100644 --- a/packages/contract-helpers/package.json +++ b/packages/contract-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@aave/contract-helpers", - "version": "1.13.4", + "version": "1.13.5", "sideEffects": false, "license": "MIT", "description": "", diff --git a/packages/math-utils/CHANGELOG.md b/packages/math-utils/CHANGELOG.md index 6252b815..ee9f8618 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.13.5 (2023-02-03) + + +### Bug Fixes + +* Fix typos ([#486](https://github.com/aave/aave-utilities/issues/486)) ([db4cef5](https://github.com/aave/aave-utilities/commit/db4cef584a68f951183df25ffa2e8f2042893d21)) + + + + + ## 1.13.4 (2023-02-03) diff --git a/packages/math-utils/package.json b/packages/math-utils/package.json index 36034760..7249ceed 100644 --- a/packages/math-utils/package.json +++ b/packages/math-utils/package.json @@ -1,6 +1,6 @@ { "name": "@aave/math-utils", - "version": "1.13.4", + "version": "1.13.5", "license": "MIT", "description": "", "scripts": {