From 0e8cb79db6a8bfdd05f2867326e0897c2d4ac422 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 26 Mar 2024 15:07:38 +0000 Subject: [PATCH] "Release: 1.9.136 [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 619541c..15beaa2 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.136](https://github.com/surveyjs/custom-widgets/compare/v1.9.135...v1.9.136) (2024-03-26) + ### [1.9.135](https://github.com/surveyjs/custom-widgets/compare/v1.9.134...v1.9.135) (2024-03-20) ### [1.9.134](https://github.com/surveyjs/custom-widgets/compare/v1.9.133...v1.9.134) (2024-03-13) diff --git a/package-lock.json b/package-lock.json index f3682d9..0d93e16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.135", + "version": "1.9.136", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 929bcde..53dcfa0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.135", + "version": "1.9.136", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",