From e8b9cff14a26b9d52db2a3300023a48557f49131 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Fri, 5 Jan 2024 09:21:30 +0000 Subject: [PATCH] "Release: 1.9.124 [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 9e05164..ceab370 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.124](https://github.com/surveyjs/custom-widgets/compare/v1.9.123...v1.9.124) (2024-01-05) + ### [1.9.123](https://github.com/surveyjs/custom-widgets/compare/v1.9.122...v1.9.123) (2023-12-27) ### [1.9.122](https://github.com/surveyjs/custom-widgets/compare/v1.9.121...v1.9.122) (2023-12-20) diff --git a/package-lock.json b/package-lock.json index 7737619..408cb1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.123", + "version": "1.9.124", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aa28920..f8f77c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.123", + "version": "1.9.124", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",