From 7a16f08c1d80c4e93196cb2d3f87facda52136fa Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 17 Dec 2024 12:48:14 +0000 Subject: [PATCH] "Release: 1.12.15 [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 a2505a4..6678edc 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.15](https://github.com/surveyjs/custom-widgets/compare/v1.12.14...v1.12.15) (2024-12-17) + ### [1.12.14](https://github.com/surveyjs/custom-widgets/compare/v1.12.13...v1.12.14) (2024-12-10) ### [1.12.13](https://github.com/surveyjs/custom-widgets/compare/v1.12.12...v1.12.13) (2024-12-04) diff --git a/package-lock.json b/package-lock.json index 5232251..75cc570 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.12.14", + "version": "1.12.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 074b921..2e43603 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.12.14", + "version": "1.12.15", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",