From ba7eae086f012f8d9584b525ac124051a421d222 Mon Sep 17 00:00:00 2001 From: tsv2013 Date: Tue, 16 Apr 2019 14:10:55 +0300 Subject: [PATCH] Release: 1.0.80 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcdf9803..14ce1ede 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.80](https://github.com/surveyjs/widgets/compare/v1.0.79...v1.0.80) (2019-04-16) + + + ## [1.0.79](https://github.com/surveyjs/widgets/compare/v1.0.78...v1.0.79) (2019-04-10) diff --git a/package.json b/package.json index 2a392725..5ffa7fe3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.0.79", + "version": "1.0.80", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env.buildType dev --watch",