From 066dc29d5078f179d0a2721ed22920087a9140a8 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Wed, 4 Sep 2024 14:39:53 +0000 Subject: [PATCH] "Release: 1.11.14 [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 1e6965b..49cdae1 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.11.14](https://github.com/surveyjs/custom-widgets/compare/v1.11.13...v1.11.14) (2024-09-04) + ### [1.11.13](https://github.com/surveyjs/custom-widgets/compare/v1.11.12...v1.11.13) (2024-08-27) ### [1.11.12](https://github.com/surveyjs/custom-widgets/compare/v1.11.11...v1.11.12) (2024-08-20) diff --git a/package-lock.json b/package-lock.json index 5c4ea7c..f63c963 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.11.13", + "version": "1.11.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0b4a40b..f14268a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.11.13", + "version": "1.11.14", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",