From 1e3c375279e5e7f2d015051c5b857998eefbb687 Mon Sep 17 00:00:00 2001 From: GitHub Actions Build Date: Wed, 8 Sep 2021 11:59:18 +0000 Subject: [PATCH] chore(release): publish [ci skip] - @aave/contract-helpers@0.1.1 - @aave/math-utils@0.1.1 --- packages/contract-helpers/CHANGELOG.md | 11 +++++++++++ packages/contract-helpers/package.json | 2 +- packages/math-utils/CHANGELOG.md | 11 +++++++++++ packages/math-utils/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) 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": {