From 426e8ec1a965ac55b84152c91d5d6020e98cb554 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Wed, 23 Oct 2024 11:16:55 +0000 Subject: [PATCH] "Release: 1.12.7 [azurepipelines skip]" --- packages/survey-creator-js/CHANGELOG.md | 2 ++ packages/survey-creator-js/package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/survey-creator-js/CHANGELOG.md b/packages/survey-creator-js/CHANGELOG.md index 71a8b6c83d..398a09e794 100644 --- a/packages/survey-creator-js/CHANGELOG.md +++ b/packages/survey-creator-js/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.7](https://github.com/surveyjs/survey-creator/compare/v1.12.6...v1.12.7) (2024-10-23) + ### [1.12.6](https://github.com/surveyjs/survey-creator/compare/v1.12.5...v1.12.6) (2024-10-15) ### [1.12.5](https://github.com/surveyjs/survey-creator/compare/v1.12.4...v1.12.5) (2024-10-08) diff --git a/packages/survey-creator-js/package.json b/packages/survey-creator-js/package.json index 950d5f4017..f8faad17ee 100644 --- a/packages/survey-creator-js/package.json +++ b/packages/survey-creator-js/package.json @@ -1,6 +1,6 @@ { "name": "survey-creator-js", - "version": "1.12.6", + "version": "1.12.7", "description": "", "homepage": "https://surveyjs.io/Overview/Survey-Creator", "author": "Devsoft Baltic OU", @@ -89,4 +89,4 @@ "survey-creator-core": "../survey-creator-core/build", "survey-js-ui": "../../../survey-library/build/survey-js-ui" } -} \ No newline at end of file +}