diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b8f63a2..e8054fc1 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.25](https://github.com/surveyjs/custom-widgets/compare/v1.8.24...v1.8.25) (2021-01-14) + ### [1.8.24](https://github.com/surveyjs/custom-widgets/compare/v1.8.23...v1.8.24) (2021-01-13) ### [1.8.23](https://github.com/surveyjs/custom-widgets/compare/v1.8.22...v1.8.23) (2020-12-29) diff --git a/package-lock.json b/package-lock.json index 7af348ed..2217c288 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.8.24", + "version": "1.8.25", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 28f75077..518e4270 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.8.24", + "version": "1.8.25", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env.buildType dev --watch",