diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a75e21d..848b6a0e 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.37](https://github.com/surveyjs/custom-widgets/compare/v1.9.36...v1.9.37) (2022-06-22) + ### [1.9.36](https://github.com/surveyjs/custom-widgets/compare/v1.9.35...v1.9.36) (2022-06-21) ### [1.9.35](https://github.com/surveyjs/custom-widgets/compare/v1.9.34...v1.9.35) (2022-06-14) diff --git a/package-lock.json b/package-lock.json index e1f7b3e4..305f9489 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.36", + "version": "1.9.37", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f4fa6604..07e740b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.36", + "version": "1.9.37", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",