diff --git a/packages/survey-creator-vue/CHANGELOG.md b/packages/survey-creator-vue/CHANGELOG.md index 6e66d45ebb..baaf579926 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.9.126](https://github.com/surveyjs/survey-creator/compare/v1.9.125...v1.9.126) (2024-01-17) + ### [1.9.125](https://github.com/surveyjs/survey-creator/compare/v1.9.124...v1.9.125) (2024-01-11) ### [1.9.124](https://github.com/surveyjs/survey-creator/compare/v1.9.123...v1.9.124) (2024-01-05) diff --git a/packages/survey-creator-vue/package.json b/packages/survey-creator-vue/package.json index 02b21392d6..45b6fb9b99 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.9.125", + "version": "1.9.126", "scripts": { "dev": "vite", "preview": "vite preview",