diff --git a/packages/survey-creator-vue/CHANGELOG.md b/packages/survey-creator-vue/CHANGELOG.md index a8367314e3..a3753b09f2 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.10.2](https://github.com/surveyjs/survey-creator/compare/v1.10.1...v1.10.2) (2024-04-30) + ### [1.10.1](https://github.com/surveyjs/survey-creator/compare/v1.9.139...v1.10.1) (2024-04-25) diff --git a/packages/survey-creator-vue/package.json b/packages/survey-creator-vue/package.json index 34f7d73c0d..f9583d6ebf 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.1", + "version": "1.10.2", "scripts": { "dev": "vite", "preview": "vite preview",