From ef99cae10668450a54c3d3e9f99b9f70a8ade2d3 Mon Sep 17 00:00:00 2001 From: Zak Angelle Date: Wed, 16 Jun 2021 11:39:48 -0500 Subject: [PATCH] chore(release): 2.3.4 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d61d87a..f86c253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.3.4](https://github.com/boardroom-inc/protocol-Info/compare/v2.3.3...v2.3.4) (2021-06-16) + ### [2.3.1](https://github.com/boardroom-inc/protocol-Info/compare/v2.3.0...v2.3.1) (2021-06-15) diff --git a/package.json b/package.json index a5a2742..4dad2f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@boardroom/protocol-info", - "version": "2.3.3", + "version": "2.3.4", "description": "Project information which will be served to display on the Boardroom Governance Portal.", "main": "dist/index.js", "typings": "dist/index.d.ts",