From f158810c28a4ee7625504513a6079a18e94f5e9e Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 20 Aug 2024 12:54:08 +0000 Subject: [PATCH] "Release: 1.11.12 [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 fa446c4..a1db3a0 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.12](https://github.com/surveyjs/custom-widgets/compare/v1.11.11...v1.11.12) (2024-08-20) + ### [1.11.11](https://github.com/surveyjs/custom-widgets/compare/v1.11.10...v1.11.11) (2024-08-14) ### [1.11.10](https://github.com/surveyjs/custom-widgets/compare/v1.11.9...v1.11.10) (2024-08-06) diff --git a/package-lock.json b/package-lock.json index 2e3ad76..ef5ca90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.11.11", + "version": "1.11.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ec2169d..52d4c18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.11.11", + "version": "1.11.12", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",