diff --git a/CHANGELOG.md b/CHANGELOG.md index 73cb20f0..ed071939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [1.9.80](https://github.com/surveyjs/custom-widgets/compare/v1.9.79...v1.9.80) (2023-03-29) + ### [1.9.79](https://github.com/surveyjs/custom-widgets/compare/v1.9.78...v1.9.79) (2023-03-21) ### [1.9.78](https://github.com/surveyjs/custom-widgets/compare/v1.9.77...v1.9.78) (2023-03-15) diff --git a/package-lock.json b/package-lock.json index a9e12bdf..c58825f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.79", + "version": "1.9.80", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8cf70621..8e65fa77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.79", + "version": "1.9.80", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",