From 017a59105f7a85dd0e5c457b8f5f0743c5276ff4 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Wed, 25 Oct 2023 08:27:17 +0000 Subject: [PATCH] "Release: 1.9.114 [azurepipelines skip]" --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 548f50a..88197d7 100644 --- a/CHANGELOG.md +++ b/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/custom-widgets/compare/v1.9.113...v1.9.114) (2023-10-25) + ### [1.9.113](https://github.com/surveyjs/custom-widgets/compare/v1.9.112...v1.9.113) (2023-10-17) ### [1.9.112](https://github.com/surveyjs/custom-widgets/compare/v1.9.111...v1.9.112) (2023-10-10) diff --git a/package-lock.json b/package-lock.json index 0f8e210..67e6253 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.113", + "version": "1.9.114", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2a8448a..21dea2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.113", + "version": "1.9.114", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",