From 6fd6af3d9cd445d0b227087165c9b3a8aa62d697 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Wed, 17 Jan 2024 06:45:27 +0000 Subject: [PATCH] "Release: 1.9.126 [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 d933de5..ae43a8e 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.126](https://github.com/surveyjs/custom-widgets/compare/v1.9.125...v1.9.126) (2024-01-17) + ### [1.9.125](https://github.com/surveyjs/custom-widgets/compare/v1.9.124...v1.9.125) (2024-01-11) ### [1.9.124](https://github.com/surveyjs/custom-widgets/compare/v1.9.123...v1.9.124) (2024-01-05) diff --git a/package-lock.json b/package-lock.json index 4e62c09..29a2d4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.125", + "version": "1.9.126", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index db1bd11..a56a8c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.125", + "version": "1.9.126", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",