From 201dbe228d87107926551a3f65b1d6a6003c8843 Mon Sep 17 00:00:00 2001 From: GitHub Actions Build Date: Tue, 20 Aug 2024 13:30:32 +0000 Subject: [PATCH] chore(release): publish [ci skip] - @aave/contract-helpers@1.30.0 - @aave/math-utils@1.30.0 --- 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 32929586..e0b5eb80 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.30.0 (2024-08-20) + + +### Features + +* add zksync ([#587](https://github.com/aave/aave-utilities/issues/587)) ([f256271](https://github.com/aave/aave-utilities/commit/f25627193eede933a63c09ae1c3dbbb5705d22fa)) + + + + + ## 1.29.1 (2024-07-27) **Note:** Version bump only for package @aave/contract-helpers diff --git a/packages/contract-helpers/package.json b/packages/contract-helpers/package.json index 25e4a9ec..30dddad2 100644 --- a/packages/contract-helpers/package.json +++ b/packages/contract-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@aave/contract-helpers", - "version": "1.29.1", + "version": "1.30.0", "sideEffects": false, "license": "MIT", "description": "", diff --git a/packages/math-utils/CHANGELOG.md b/packages/math-utils/CHANGELOG.md index 9b89c327..bd676907 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.30.0 (2024-08-20) + + +### Features + +* add zksync ([#587](https://github.com/aave/aave-utilities/issues/587)) ([f256271](https://github.com/aave/aave-utilities/commit/f25627193eede933a63c09ae1c3dbbb5705d22fa)) + + + + + ## 1.29.1 (2024-07-27) **Note:** Version bump only for package @aave/math-utils diff --git a/packages/math-utils/package.json b/packages/math-utils/package.json index c71eaef4..4922a6af 100644 --- a/packages/math-utils/package.json +++ b/packages/math-utils/package.json @@ -1,6 +1,6 @@ { "name": "@aave/math-utils", - "version": "1.29.1", + "version": "1.30.0", "license": "MIT", "description": "", "scripts": {