From 8980ab596345324bc3b0dbada2fa1a56dca29a1f Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 26 Sep 2023 17:25:17 +0000 Subject: [PATCH] "Release: 1.9.110 [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 1bff3e5..61e09fb 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.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) ### [1.9.108](https://github.com/surveyjs/custom-widgets/compare/v1.9.107...v1.9.108) (2023-09-19) diff --git a/package-lock.json b/package-lock.json index 61df9e6..5bbf813 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.109", + "version": "1.9.110", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a9d3203..210fffe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.109", + "version": "1.9.110", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",