From 37d121b943b853485345daff6473b33f600ad205 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Wed, 27 Nov 2024 10:29:47 +0000 Subject: [PATCH] "Release: 1.12.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 ea6b5fb..9a9a796 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.12](https://github.com/surveyjs/custom-widgets/compare/v1.12.11...v1.12.12) (2024-11-27) + ### [1.12.11](https://github.com/surveyjs/custom-widgets/compare/v1.12.10...v1.12.11) (2024-11-20) ### [1.12.10](https://github.com/surveyjs/custom-widgets/compare/v1.12.9...v1.12.10) (2024-11-13) diff --git a/package-lock.json b/package-lock.json index 8796e36..574ae28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.12.11", + "version": "1.12.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8f35e85..6037200 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.12.11", + "version": "1.12.12", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",