diff --git a/CHANGELOG.md b/CHANGELOG.md index ea69525d5..436787db7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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.58.0](https://github.com/webex/react-widgets/compare/v0.57.0...v0.58.0) (2023-02-14) + + + ## [0.57.0](https://github.com/webex/react-widgets/compare/v0.56.0...v0.57.0) (2023-02-14) diff --git a/package-lock.json b/package-lock.json index 2c90fc477..08013d3dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@webex/react-widgets", - "version": "0.57.0", + "version": "0.58.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index ecbc9bb83..f80380ef9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webex/react-widgets", - "version": "0.57.0", + "version": "0.58.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",