diff --git a/CHANGELOG.md b/CHANGELOG.md index b9392af0f..2589e6b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [0.67.0](https://github.com/webex/react-widgets/compare/v0.66.0...v0.67.0) (2023-03-10) + + +### Bug Fixes + +* **MAKEACALL:** Republish MakeCall ([#1275](https://github.com/webex/react-widgets/issues/1275)) ([93dae1f](https://github.com/webex/react-widgets/commit/93dae1f)) + + + ## [0.66.0](https://github.com/webex/react-widgets/compare/v0.65.0...v0.66.0) (2023-03-10) diff --git a/package-lock.json b/package-lock.json index 024e817df..c98bf5426 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@webex/react-widgets", - "version": "0.66.0", + "version": "0.67.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 16ec4dcc3..25d1a673a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webex/react-widgets", - "version": "0.66.0", + "version": "0.67.0", "description": "The Webex for React library allows developers to easily incorporate Webex functionality into an application.", "scripts": { "build": "babel-node ./scripts/build/index.js",