diff --git a/CHANGELOG.md b/CHANGELOG.md index 37d03f8..ac49ae8 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.5](https://github.com/surveyjs/custom-widgets/compare/v1.11.4...v1.11.5) (2024-07-03) + ### [1.11.4](https://github.com/surveyjs/custom-widgets/compare/v1.11.3...v1.11.4) (2024-06-25) ### [1.11.3](https://github.com/surveyjs/custom-widgets/compare/v1.11.2...v1.11.3) (2024-06-19) diff --git a/package-lock.json b/package-lock.json index 32822c3..ceaaeeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.11.4", + "version": "1.11.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eeb5a88..7ca3b58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.11.4", + "version": "1.11.5", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",