diff --git a/packages/survey-creator-angular/CHANGELOG.md b/packages/survey-creator-angular/CHANGELOG.md index 97cbc7cdde..041670575b 100644 --- a/packages/survey-creator-angular/CHANGELOG.md +++ b/packages/survey-creator-angular/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.7](https://github.com/surveyjs/survey-creator/compare/v1.12.6...v1.12.7) (2024-10-23) + ### [1.12.6](https://github.com/surveyjs/survey-creator/compare/v1.12.5...v1.12.6) (2024-10-15) ### [1.12.5](https://github.com/surveyjs/survey-creator/compare/v1.12.4...v1.12.5) (2024-10-08) diff --git a/packages/survey-creator-angular/package.json b/packages/survey-creator-angular/package.json index 3110a80937..9dc5cdbe09 100644 --- a/packages/survey-creator-angular/package.json +++ b/packages/survey-creator-angular/package.json @@ -1,6 +1,6 @@ { "name": "survey-creator-angular", - "version": "1.12.6", + "version": "1.12.7", "description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.", "homepage": "https://surveyjs.io/Overview/Survey-Creator", "license": "https://surveyjs.io/Licenses#SurveyCreator", @@ -82,4 +82,4 @@ "test:single": "ng test --watch=false --browsers=ChromeHeadless survey-creator-angular", "release": "standard-version --message \"Release: %s [azurepipelines skip]\" " } -} \ No newline at end of file +}