From ef3c68d0366b7d635d9726bad69606f200f01e15 Mon Sep 17 00:00:00 2001 From: tsv2013 Date: Tue, 4 Jun 2019 17:24:57 +0300 Subject: [PATCH] Release: 1.0.90 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c543e52b..09c626e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.0.90](https://github.com/surveyjs/widgets/compare/v1.0.89...v1.0.90) (2019-06-04) + + + ## [1.0.89](https://github.com/surveyjs/widgets/compare/v1.0.88...v1.0.89) (2019-05-30) diff --git a/package.json b/package.json index 73b2d203..3acbafb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.0.89", + "version": "1.0.90", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env.buildType dev --watch",