diff --git a/CHANGELOG.md b/CHANGELOG.md index 99d22fb..ea6b5fb 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.12.11](https://github.com/surveyjs/custom-widgets/compare/v1.12.10...v1.12.11) (2024-11-20) + ### [1.12.10](https://github.com/surveyjs/custom-widgets/compare/v1.12.9...v1.12.10) (2024-11-13) ### [1.12.9](https://github.com/surveyjs/custom-widgets/compare/v1.12.8...v1.12.9) (2024-11-07) diff --git a/package-lock.json b/package-lock.json index 9832d08..8796e36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.12.10", + "version": "1.12.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e444438..8f35e85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.12.10", + "version": "1.12.11", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",