From 5688bfc2d1b1d2ff9f30510241712e77ed203c33 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 16 Jul 2024 18:31:56 +0000 Subject: [PATCH] "Release: 1.11.7 [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 e8bf677..8480aee 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.11.7](https://github.com/surveyjs/custom-widgets/compare/v1.11.6...v1.11.7) (2024-07-16) + ### [1.11.6](https://github.com/surveyjs/custom-widgets/compare/v1.11.5...v1.11.6) (2024-07-10) ### [1.11.5](https://github.com/surveyjs/custom-widgets/compare/v1.11.4...v1.11.5) (2024-07-03) diff --git a/package-lock.json b/package-lock.json index 06c082d..441108b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.11.6", + "version": "1.11.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6954d93..dd2cb94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.11.6", + "version": "1.11.7", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",