From 325163cc5e8902e0921e8fb42e020f1ae8d28926 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Wed, 25 Oct 2023 08:27:10 +0000 Subject: [PATCH] "Release: 1.9.114 [azurepipelines skip]" --- packages/survey-creator-angular/CHANGELOG.md | 2 ++ packages/survey-creator-angular/package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/survey-creator-angular/CHANGELOG.md b/packages/survey-creator-angular/CHANGELOG.md index da88232804..f5e10345c1 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.9.114](https://github.com/surveyjs/survey-creator/compare/v1.9.113...v1.9.114) (2023-10-25) + ### [1.9.113](https://github.com/surveyjs/survey-creator/compare/v1.9.112...v1.9.113) (2023-10-17) ### [1.9.112](https://github.com/surveyjs/survey-creator/compare/v1.9.111...v1.9.112) (2023-10-10) diff --git a/packages/survey-creator-angular/package.json b/packages/survey-creator-angular/package.json index 1eff07848c..d27b7df77e 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.9.113", + "version": "1.9.114", "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", @@ -80,4 +80,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 +}