diff --git a/packages/survey-creator-vue/CHANGELOG.md b/packages/survey-creator-vue/CHANGELOG.md index 0613ee773b..6b8862b81f 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.9](https://github.com/surveyjs/survey-creator/compare/v1.12.8...v1.12.9) (2024-11-07) + ### [1.12.8](https://github.com/surveyjs/survey-creator/compare/v1.12.7...v1.12.8) (2024-10-31) ### [1.12.7](https://github.com/surveyjs/survey-creator/compare/v1.12.6...v1.12.7) (2024-10-23) diff --git a/packages/survey-creator-vue/package.json b/packages/survey-creator-vue/package.json index 621a8d2fae..6f0b521d7c 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.12.8", + "version": "1.12.9", "scripts": { "dev": "vite", "preview": "vite preview",