diff --git a/packages/contract-helpers/CHANGELOG.md b/packages/contract-helpers/CHANGELOG.md index 26bbb165..478aadc8 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. +## 0.1.1 (2021-09-08) + + +### Bug Fixes + +* remove alpha from master wording ([1e03694](https://github.com/@aave/aave-utilities/commit/1e03694924f7f9f414f1257ba3b2ef4674ef8874)) + + + + + # 0.1.0-alpha.1 (2021-09-08) diff --git a/packages/contract-helpers/package.json b/packages/contract-helpers/package.json index a476b9a9..f47d8f1a 100644 --- a/packages/contract-helpers/package.json +++ b/packages/contract-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@aave/contract-helpers", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "description": "", "scripts": { diff --git a/packages/math-utils/CHANGELOG.md b/packages/math-utils/CHANGELOG.md index 26bbb165..478aadc8 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. +## 0.1.1 (2021-09-08) + + +### Bug Fixes + +* remove alpha from master wording ([1e03694](https://github.com/@aave/aave-utilities/commit/1e03694924f7f9f414f1257ba3b2ef4674ef8874)) + + + + + # 0.1.0-alpha.1 (2021-09-08) diff --git a/packages/math-utils/package.json b/packages/math-utils/package.json index 269d4846..12d64723 100644 --- a/packages/math-utils/package.json +++ b/packages/math-utils/package.json @@ -1,6 +1,6 @@ { "name": "@aave/math-utils", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "description": "", "scripts": {