diff --git a/CHANGELOG.md b/CHANGELOG.md index dd152c9..5be6908 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.121](https://github.com/surveyjs/custom-widgets/compare/v1.9.120...v1.9.121) (2023-12-12) + ### [1.9.120](https://github.com/surveyjs/custom-widgets/compare/v1.9.119...v1.9.120) (2023-12-05) ### [1.9.119](https://github.com/surveyjs/custom-widgets/compare/v1.9.118...v1.9.119) (2023-11-28) diff --git a/package-lock.json b/package-lock.json index f2b6d19..c75efbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.120", + "version": "1.9.121", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 50c0813..8cb0969 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.120", + "version": "1.9.121", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",