diff --git a/CHANGELOG.md b/CHANGELOG.md index ee493295..55fee5a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.0.42](https://github.com/surveyjs/widgets/compare/v1.0.41...v1.0.42) (2018-09-04) + + + ## [1.0.41](https://github.com/surveyjs/widgets/compare/v1.0.40...v1.0.41) (2018-08-29) diff --git a/package.json b/package.json index 8f009c5e..170d4281 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.0.41", + "version": "1.0.42", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env.buildType dev --watch",