From 18b039345cc64fa3fa405090352df852ca06b243 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 10 Sep 2024 20:17:43 +0000 Subject: [PATCH] "Release: 1.12.1 [azurepipelines skip]" --- packages/survey-creator-vue/CHANGELOG.md | 2 ++ packages/survey-creator-vue/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/survey-creator-vue/CHANGELOG.md b/packages/survey-creator-vue/CHANGELOG.md index 82889d413c..22556873af 100644 --- a/packages/survey-creator-vue/CHANGELOG.md +++ b/packages/survey-creator-vue/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.1](https://github.com/surveyjs/survey-creator/compare/v1.11.14...v1.12.1) (2024-09-10) + ### [1.11.14](https://github.com/surveyjs/survey-creator/compare/v1.11.13...v1.11.14) (2024-09-04) ### [1.11.13](https://github.com/surveyjs/survey-creator/compare/v1.11.12...v1.11.13) (2024-08-27) diff --git a/packages/survey-creator-vue/package.json b/packages/survey-creator-vue/package.json index f94887f3df..20790f6049 100644 --- a/packages/survey-creator-vue/package.json +++ b/packages/survey-creator-vue/package.json @@ -1,6 +1,6 @@ { "name": "survey-creator-vue", - "version": "1.11.14", + "version": "1.12.1", "scripts": { "dev": "vite", "preview": "vite preview",