diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bc98ac0..aa478451 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.46](https://github.com/surveyjs/custom-widgets/compare/v1.9.45...v1.9.46) (2022-08-23) + ### [1.9.45](https://github.com/surveyjs/custom-widgets/compare/v1.9.44...v1.9.45) (2022-08-16) ### [1.9.44](https://github.com/surveyjs/custom-widgets/compare/v1.9.43...v1.9.44) (2022-08-09) diff --git a/package-lock.json b/package-lock.json index d169df1c..f757cc59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.45", + "version": "1.9.46", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 020b98c6..bc29ddff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.45", + "version": "1.9.46", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",