Skip to content

Commit 1ff5ae4

Browse files
author
GitHub Actions Build
committed
chore(release): publish [ci skip]
- @aave/contract-helpers@1.5.2 - @aave/math-utils@1.5.2
1 parent 961f37e commit 1ff5ae4

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

packages/contract-helpers/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.5.2 (2022-08-26)
7+
8+
9+
### Bug Fixes
10+
11+
* add missing parameter to signERC20Approval function ([#404](https://github.com/aave/aave-utilities/issues/404)) ([961f37e](https://github.com/aave/aave-utilities/commit/961f37ea3556e8afd3f89ae1aa232b8f1e96c6d5))
12+
13+
14+
15+
16+
617
## 1.5.1 (2022-08-25)
718

819
**Note:** Version bump only for package @aave/contract-helpers

packages/contract-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aave/contract-helpers",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"license": "MIT",
55
"description": "",
66
"scripts": {

packages/math-utils/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.5.2 (2022-08-26)
7+
8+
9+
### Bug Fixes
10+
11+
* add missing parameter to signERC20Approval function ([#404](https://github.com/@aave/aave-utilities/issues/404)) ([961f37e](https://github.com/@aave/aave-utilities/commit/961f37ea3556e8afd3f89ae1aa232b8f1e96c6d5))
12+
13+
14+
15+
16+
617
## 1.5.1 (2022-08-25)
718

819
**Note:** Version bump only for package @aave/math-utils

packages/math-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aave/math-utils",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"license": "MIT",
55
"description": "",
66
"scripts": {

0 commit comments

Comments
 (0)