diff --git a/CHANGELOG.md b/CHANGELOG.md index ef668b8..e10d0b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.0](https://github.com/boardroom-inc/protocol-Info/compare/v2.2.17...v2.3.0) (2021-06-04) + + +### Features + +* script and github action to aggregate all events into one place" ([fad9f53](https://github.com/boardroom-inc/protocol-Info/commit/fad9f537785178c56f4d33764d2c541991635f90)) + + +### Bug Fixes + +* yarn script command ([dedc592](https://github.com/boardroom-inc/protocol-Info/commit/dedc5925b98c818642b3e82f10ba5339b7b0f0be)) + ### [2.2.17](https://github.com/boardroom-inc/protocol-Info/compare/v2.2.16...v2.2.17) (2021-05-28) ### [2.2.16](https://github.com/boardroom-inc/protocol-Info/compare/v2.2.15...v2.2.16) (2021-05-27) diff --git a/package.json b/package.json index 3c4b2a2..632d6f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@boardroom/protocol-info", - "version": "2.2.17", + "version": "2.3.0", "description": "Project information which will be served to display on the Boardroom Governance Portal.", "main": "dist/index.js", "typings": "dist/index.d.ts",