From 28e234a127a5041e0a324d8cc0ae6e963b2b0885 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Wed, 4 Oct 2023 08:27:32 +0000 Subject: [PATCH] "Release: 1.9.111 [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 61e09fb..52ac4d6 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.111](https://github.com/surveyjs/custom-widgets/compare/v1.9.110...v1.9.111) (2023-10-04) + ### [1.9.110](https://github.com/surveyjs/custom-widgets/compare/v1.9.109...v1.9.110) (2023-09-26) ### [1.9.109](https://github.com/surveyjs/custom-widgets/compare/v1.9.108...v1.9.109) (2023-09-19) diff --git a/package-lock.json b/package-lock.json index 5bbf813..98ff480 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.110", + "version": "1.9.111", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 210fffe..4113a8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.110", + "version": "1.9.111", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",