From 730131dfc214eb0401a7d4c8b0ebdec7753e43b5 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Wed, 20 Dec 2023 05:57:38 +0000 Subject: [PATCH] "Release: 1.9.122 [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 5be6908..6fd3fa5 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.122](https://github.com/surveyjs/custom-widgets/compare/v1.9.121...v1.9.122) (2023-12-20) + ### [1.9.121](https://github.com/surveyjs/custom-widgets/compare/v1.9.120...v1.9.121) (2023-12-12) ### [1.9.120](https://github.com/surveyjs/custom-widgets/compare/v1.9.119...v1.9.120) (2023-12-05) diff --git a/package-lock.json b/package-lock.json index c75efbf..07c0171 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.121", + "version": "1.9.122", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8cb0969..f42a29c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.121", + "version": "1.9.122", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",