diff --git a/CHANGELOG.md b/CHANGELOG.md index df442b8..8215ea2 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.4.2](https://github.com/boardroom-inc/protocol-Info/compare/v2.4.1...v2.4.2) (2021-06-24) + + +### Bug Fixes + +* mstable info ([3057ac1](https://github.com/boardroom-inc/protocol-Info/commit/3057ac19a1e968edb7f016d366d4dbdfe6adb5bf)) + ## 2.4.0 (2021-06-23) diff --git a/package.json b/package.json index d9a0c2a..d39b291 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@boardroom/protocol-info", - "version": "2.4.1", + "version": "2.4.2", "description": "Project information which will be served to display on the Boardroom Governance Portal.", "main": "dist/index.js", "typings": "dist/index.d.ts",