diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e287a..6559936 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.118](https://github.com/surveyjs/custom-widgets/compare/v1.9.117...v1.9.118) (2023-11-21) + ### [1.9.117](https://github.com/surveyjs/custom-widgets/compare/v1.9.116...v1.9.117) (2023-11-14) ### [1.9.116](https://github.com/surveyjs/custom-widgets/compare/v1.9.115...v1.9.116) (2023-11-07) diff --git a/package-lock.json b/package-lock.json index d3fe8c2..195a4cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.117", + "version": "1.9.118", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0082529..ce0933c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.117", + "version": "1.9.118", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",