From dbb4e72f765082451f10bb708f1fb7d55c310349 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 8 Nov 2022 20:31:45 +0000 Subject: [PATCH] "Release: 1.9.57 [azurepipelines skip]" --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9745c26..149baaea 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.57](https://github.com/surveyjs/custom-widgets/compare/v1.9.56...v1.9.57) (2022-11-08) + ### [1.9.56](https://github.com/surveyjs/custom-widgets/compare/v1.9.55...v1.9.56) (2022-11-01) ### [1.9.55](https://github.com/surveyjs/custom-widgets/compare/v1.9.54...v1.9.55) (2022-10-25) diff --git a/package-lock.json b/package-lock.json index 1a362ce5..6ffa91ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.56", + "version": "1.9.57", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 92630408..cb769ffb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.56", + "version": "1.9.57", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",