From 02e05be048f2008ac96071b3781502b18b0f4833 Mon Sep 17 00:00:00 2001 From: surveyjsdeveloper Date: Wed, 5 Feb 2025 13:06:10 +0000 Subject: [PATCH] "Release: 1.12.22 [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 6f8386a..1441102 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.12.22](https://github.com/surveyjs/custom-widgets/compare/v1.12.21...v1.12.22) (2025-02-05) + ### [1.12.21](https://github.com/surveyjs/custom-widgets/compare/v1.12.20...v1.12.21) (2025-01-28) ### [1.12.20](https://github.com/surveyjs/custom-widgets/compare/v1.12.19...v1.12.20) (2025-01-21) diff --git a/package-lock.json b/package-lock.json index 3f2b590..2159fa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.12.21", + "version": "1.12.22", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cec54fb..accafb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.12.21", + "version": "1.12.22", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",