From 20ab9cf3d81db968d0a8c64575a4ff45d348d965 Mon Sep 17 00:00:00 2001 From: GitHub Actions Build Date: Wed, 15 Sep 2021 14:45:13 +0000 Subject: [PATCH] chore(release): publish [ci skip] - @aave/contract-helpers@0.1.9 - @aave/math-utils@0.1.9 --- 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 f09fbeff..2cc25ba3 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.9 (2021-09-15) + + +### Bug Fixes + +* don't version without release ([d596da5](https://github.com/@aave/aave-utilities/commit/d596da58e55664eec3124c610c9ff94d4805e60a)) + + + + + ## 0.1.8 (2021-09-15) diff --git a/packages/contract-helpers/package.json b/packages/contract-helpers/package.json index 9382b9b4..da4b62a4 100644 --- a/packages/contract-helpers/package.json +++ b/packages/contract-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@aave/contract-helpers", - "version": "0.1.8", + "version": "0.1.9", "license": "MIT", "description": "", "scripts": { diff --git a/packages/math-utils/CHANGELOG.md b/packages/math-utils/CHANGELOG.md index a18d9e9b..4b1d8408 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.9 (2021-09-15) + + +### Bug Fixes + +* don't version without release ([d596da5](https://github.com/@aave/aave-utilities/commit/d596da58e55664eec3124c610c9ff94d4805e60a)) + + + + + ## 0.1.8 (2021-09-15) diff --git a/packages/math-utils/package.json b/packages/math-utils/package.json index 9d9acc49..fdad7731 100644 --- a/packages/math-utils/package.json +++ b/packages/math-utils/package.json @@ -1,6 +1,6 @@ { "name": "@aave/math-utils", - "version": "0.1.8", + "version": "0.1.9", "license": "MIT", "description": "", "scripts": {