From d23ddf2fd6bc9d15f1e9a6dcb5fd1ba04c89ee64 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 8 Oct 2024 14:01:28 +0000 Subject: [PATCH] "Release: 1.12.5 [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 1505264..375fd79 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.5](https://github.com/surveyjs/custom-widgets/compare/v1.12.4...v1.12.5) (2024-10-08) + ### [1.12.4](https://github.com/surveyjs/custom-widgets/compare/v1.12.3...v1.12.4) (2024-10-01) ### [1.12.3](https://github.com/surveyjs/custom-widgets/compare/v1.12.2...v1.12.3) (2024-09-24) diff --git a/package-lock.json b/package-lock.json index 185ac33..ab2bfb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.12.4", + "version": "1.12.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 25e4d01..091defe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.12.4", + "version": "1.12.5", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",