diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d3f6fe..1bff3e5 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.109](https://github.com/surveyjs/custom-widgets/compare/v1.9.108...v1.9.109) (2023-09-19) + ### [1.9.108](https://github.com/surveyjs/custom-widgets/compare/v1.9.107...v1.9.108) (2023-09-19) ### [1.9.107](https://github.com/surveyjs/custom-widgets/compare/v1.9.106...v1.9.107) (2023-09-11) diff --git a/package-lock.json b/package-lock.json index ff006e9..61df9e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.108", + "version": "1.9.109", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5a5bbf5..a9d3203 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.108", + "version": "1.9.109", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",