diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e9a196..1505264 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.4](https://github.com/surveyjs/custom-widgets/compare/v1.12.3...v1.12.4) (2024-10-01) + ### [1.12.3](https://github.com/surveyjs/custom-widgets/compare/v1.12.2...v1.12.3) (2024-09-24) ### [1.12.2](https://github.com/surveyjs/custom-widgets/compare/v1.12.1...v1.12.2) (2024-09-17) diff --git a/package-lock.json b/package-lock.json index af25ae5..185ac33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.12.3", + "version": "1.12.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 03a80ef..25e4d01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.12.3", + "version": "1.12.4", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",