From 8f04b744d78b4863174613c39d80677deae8729d Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Wed, 13 Jan 2021 09:53:37 +0000 Subject: [PATCH] "Release: 1.8.24 [skip ci]" --- 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 af16db80..6b8f63a2 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.8.24](https://github.com/surveyjs/custom-widgets/compare/v1.8.23...v1.8.24) (2021-01-13) + ### [1.8.23](https://github.com/surveyjs/custom-widgets/compare/v1.8.22...v1.8.23) (2020-12-29) ### [1.8.22](https://github.com/surveyjs/custom-widgets/compare/v1.8.21...v1.8.22) (2020-12-23) diff --git a/package-lock.json b/package-lock.json index ba9afe9a..7af348ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.8.23", + "version": "1.8.24", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 48f279ca..28f75077 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.8.23", + "version": "1.8.24", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env.buildType dev --watch",