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