From 019f1bcd50ad1e40b6fd514b6952c0dbb34275c0 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 6 Feb 2024 15:42:20 +0000 Subject: [PATCH] "Release: 1.9.129 [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 86f9958..7f83bf0 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.129](https://github.com/surveyjs/custom-widgets/compare/v1.9.128...v1.9.129) (2024-02-06) + ### [1.9.128](https://github.com/surveyjs/custom-widgets/compare/v1.9.127...v1.9.128) (2024-01-31) ### [1.9.127](https://github.com/surveyjs/custom-widgets/compare/v1.9.126...v1.9.127) (2024-01-23) diff --git a/package-lock.json b/package-lock.json index 15f7047..171a541 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.128", + "version": "1.9.129", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 57034a8..c106cc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.128", + "version": "1.9.129", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",