From b65ba8689edb546cb1d9c8f6f371061f65293221 Mon Sep 17 00:00:00 2001 From: yj Date: Mon, 17 May 2021 17:23:30 -0500 Subject: [PATCH] chore(release): 2.2.15 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab542f..01df8f3 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.15](https://github.com/boardroom-inc/protocol-Info/compare/v2.2.12...v2.2.15) (2021-05-17) + + +### Bug Fixes + +* overview ([fae2925](https://github.com/boardroom-inc/protocol-Info/commit/fae2925420a2d9f670f06fc2386d7f9b4124d5ec)) +* use markdown image format in bankless overview ([#156](https://github.com/boardroom-inc/protocol-Info/issues/156)) ([51e9869](https://github.com/boardroom-inc/protocol-Info/commit/51e9869e64a51ee031f7d1e63340dfe5ffaabaa6)) + ### [2.2.14](https://github.com/boardroom-inc/protocol-Info/compare/v2.2.13...v2.2.14) (2021-05-14) diff --git a/package.json b/package.json index 7b795c9..23bd16b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@boardroom/protocol-info", - "version": "2.2.14", + "version": "2.2.15", "description": "Project information which will be served to display on the Boardroom Governance Portal.", "main": "dist/index.js", "typings": "dist/index.d.ts",