From 9d086da71c9aded5eba2b9b740bea5feb6e7656e Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Thu, 7 Nov 2024 07:42:48 +0000 Subject: [PATCH] "Release: 1.12.9 [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 0e89f80..5192c6f 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.12.9](https://github.com/surveyjs/custom-widgets/compare/v1.12.8...v1.12.9) (2024-11-07) + ### [1.12.8](https://github.com/surveyjs/custom-widgets/compare/v1.12.7...v1.12.8) (2024-10-31) ### [1.12.7](https://github.com/surveyjs/custom-widgets/compare/v1.12.6...v1.12.7) (2024-10-23) diff --git a/package-lock.json b/package-lock.json index 8f44d22..3f09b5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.12.8", + "version": "1.12.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8ee4038..e8e909e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.12.8", + "version": "1.12.9", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",