From 762428992a76f0493de2e5b7eab71576c8821577 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Wed, 26 Jul 2023 19:14:11 +0000 Subject: [PATCH] "Release: 1.9.100 [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 d86a8d3..a67db61 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.100](https://github.com/surveyjs/custom-widgets/compare/v1.9.99...v1.9.100) (2023-07-26) + ### [1.9.99](https://github.com/surveyjs/custom-widgets/compare/v1.9.98...v1.9.99) (2023-07-26) ### [1.9.98](https://github.com/surveyjs/custom-widgets/compare/v1.9.97...v1.9.98) (2023-07-18) diff --git a/package-lock.json b/package-lock.json index a100977..11e7262 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.99", + "version": "1.9.100", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c8f497a..c658862 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.99", + "version": "1.9.100", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",