From 9c1dca99f0c42b265fec2eec6a69a1a84d8e9839 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 1 Dec 2020 10:06:08 +0000 Subject: [PATCH] "Release: 1.8.18 [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 c0c38a88..79dc594a 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.18](https://github.com/surveyjs/custom-widgets/compare/v1.8.17...v1.8.18) (2020-12-01) + ### [1.8.17](https://github.com/surveyjs/custom-widgets/compare/v1.8.16...v1.8.17) (2020-11-26) ### [1.8.16](https://github.com/surveyjs/custom-widgets/compare/v1.8.14...v1.8.16) (2020-11-24) diff --git a/package-lock.json b/package-lock.json index cc191510..ca75eaf3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.8.17", + "version": "1.8.18", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dc857b16..ada0a010 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.8.17", + "version": "1.8.18", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env.buildType dev --watch",