From 411ef5d04b374fef834e2712dddba55cf7699e10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 10:52:35 +0100 Subject: [PATCH] chore(release): Release v2.2.0 :rocket: :tada: (#57) Co-authored-by: Release bot :robot --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff13b669..e00e4f0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.2.0](https://github.com/bgd-labs/aave-helpers/compare/v2.1.0...v2.2.0) (2023-02-22) + + +### Features + +* added few methods to gov helpers ([#54](https://github.com/bgd-labs/aave-helpers/issues/54)) ([fd8f23f](https://github.com/bgd-labs/aave-helpers/commit/fd8f23fe701324d202599e3255fd7d52fb611321)) +* emit logs ([#56](https://github.com/bgd-labs/aave-helpers/issues/56)) ([c8ef834](https://github.com/bgd-labs/aave-helpers/commit/c8ef8348647a33a38562ba35892366afde0d93b4)) + ## [2.1.0](https://github.com/bgd-labs/aave-helpers/compare/v2.0.0...v2.1.0) (2023-02-14) diff --git a/package.json b/package.json index be803e8f..27f9411f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aave-helpers", - "version": "2.1.0", + "version": "2.2.0", "description": "", "directories": { "lib": "lib",