chore(release): 2.2.1

This commit is contained in:
yj 2021-04-29 12:04:44 -05:00
parent 5dbe9793a1
commit 6deee8d0ed
2 changed files with 10 additions and 1 deletions

View File

@ -2,6 +2,15 @@
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.1](https://github.com/boardroom-inc/protocol-Info/compare/v2.2.0...v2.2.1) (2021-04-29)
### Bug Fixes
* buildscript ([6774566](https://github.com/boardroom-inc/protocol-Info/commit/6774566a44422edeeb048e1731751cfea1d4ffae))
* ignore index.js ([774ea27](https://github.com/boardroom-inc/protocol-Info/commit/774ea271c973f75b96f9df3a9e69a73643dce7ba))
* index.d.ts ([58ca716](https://github.com/boardroom-inc/protocol-Info/commit/58ca716572fadcdcae88131dde0739a1081f29e2))
## [2.2.0](https://github.com/boardroom-inc/protocol-Info/compare/v2.1.9...v2.2.0) (2021-04-28)

View File

@ -1,6 +1,6 @@
{
"name": "@boardroom/protocol-info",
"version": "2.2.0",
"version": "2.2.1",
"description": "Project information which will be served to display on the Boardroom Governance Portal.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",