diff --git a/CHANGELOG.md b/CHANGELOG.md index ea9b3c8..548f50a 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.113](https://github.com/surveyjs/custom-widgets/compare/v1.9.112...v1.9.113) (2023-10-17) + ### [1.9.112](https://github.com/surveyjs/custom-widgets/compare/v1.9.111...v1.9.112) (2023-10-10) ### [1.9.111](https://github.com/surveyjs/custom-widgets/compare/v1.9.110...v1.9.111) (2023-10-04) diff --git a/package-lock.json b/package-lock.json index 6212fa3..0f8e210 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.112", + "version": "1.9.113", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c0eab42..2a8448a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.112", + "version": "1.9.113", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",