From 21fcac0b897d8f12a9cd6fcd7964dc00774cb02d Mon Sep 17 00:00:00 2001 From: yj Date: Thu, 6 May 2021 11:03:13 -0500 Subject: [PATCH] chore(release): 2.2.7 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 591abd4..f4b3e54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.7](https://github.com/boardroom-inc/protocol-Info/compare/v2.2.6...v2.2.7) (2021-05-06) + + +### Bug Fixes + +* claim compoundgrants ([f5aafd0](https://github.com/boardroom-inc/protocol-Info/commit/f5aafd07871d0dc406b8e6ebff958d43050f4985)) + ### [2.2.6](https://github.com/boardroom-inc/protocol-Info/compare/v2.2.5...v2.2.6) (2021-05-05) diff --git a/package.json b/package.json index 91e2771..bf815ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@boardroom/protocol-info", - "version": "2.2.6", + "version": "2.2.7", "description": "Project information which will be served to display on the Boardroom Governance Portal.", "main": "dist/index.js", "typings": "dist/index.d.ts",