diff --git a/CHANGELOG.md b/CHANGELOG.md index a1db3a0..1e6965b 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.11.13](https://github.com/surveyjs/custom-widgets/compare/v1.11.12...v1.11.13) (2024-08-27) + ### [1.11.12](https://github.com/surveyjs/custom-widgets/compare/v1.11.11...v1.11.12) (2024-08-20) ### [1.11.11](https://github.com/surveyjs/custom-widgets/compare/v1.11.10...v1.11.11) (2024-08-14) diff --git a/package-lock.json b/package-lock.json index ef5ca90..5c4ea7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.11.12", + "version": "1.11.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 52d4c18..0b4a40b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.11.12", + "version": "1.11.13", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",