diff --git a/packages/survey-creator-vue/CHANGELOG.md b/packages/survey-creator-vue/CHANGELOG.md index fef2ad88a2..fd437f7cb2 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.11.1](https://github.com/surveyjs/survey-creator/compare/v1.10.6...v1.11.1) (2024-06-06) + ### [1.10.6](https://github.com/surveyjs/survey-creator/compare/v1.10.5...v1.10.6) (2024-05-28) ### [1.10.5](https://github.com/surveyjs/survey-creator/compare/v1.10.4...v1.10.5) (2024-05-21) diff --git a/packages/survey-creator-vue/package.json b/packages/survey-creator-vue/package.json index 0997a42586..f780eb26de 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.10.6", + "version": "1.11.1", "scripts": { "dev": "vite", "preview": "vite preview",