From ae48c935f9796f06e6ee7d65773862182a9877a4 Mon Sep 17 00:00:00 2001 From: Webex Publisher Date: Fri, 10 Mar 2023 06:15:47 +0000 Subject: [PATCH] chore(release): 0.66.0 [skip ci] --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e24ff1da..b9392af0f 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.66.0](https://github.com/webex/react-widgets/compare/v0.65.0...v0.66.0) (2023-03-10) + + + ## [0.65.0](https://github.com/webex/react-widgets/compare/v0.64.0...v0.65.0) (2023-03-03) diff --git a/package-lock.json b/package-lock.json index 242e3e1ee..024e817df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@webex/react-widgets", - "version": "0.65.0", + "version": "0.66.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e90adad08..16ec4dcc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webex/react-widgets", - "version": "0.65.0", + "version": "0.66.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",