diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e9e469..6b9612ad 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.8.29](https://github.com/surveyjs/custom-widgets/compare/v1.8.28...v1.8.29) (2021-02-03) + ### [1.8.28](https://github.com/surveyjs/custom-widgets/compare/v1.8.27...v1.8.28) (2021-01-28) ### [1.8.27](https://github.com/surveyjs/custom-widgets/compare/v1.8.26...v1.8.27) (2021-01-28) diff --git a/package-lock.json b/package-lock.json index b1d261b9..479ecac9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.8.28", + "version": "1.8.29", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0095a05b..42091d02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.8.28", + "version": "1.8.29", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env.buildType dev --watch",