From c3384229ea5f5abb5d925ffe38a098d891e75c48 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 1 Oct 2019 17:04:11 +0300 Subject: [PATCH] Release: 1.1.14 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcdc3114..cff26f28 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.1.14](https://github.com/surveyjs/widgets/compare/v1.1.13...v1.1.14) (2019-10-01) + + + ## [1.1.13](https://github.com/surveyjs/widgets/compare/v1.1.12...v1.1.13) (2019-09-24) diff --git a/package.json b/package.json index a6a16ec9..c2118ff6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.1.13", + "version": "1.1.14", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env.buildType dev --watch",