From 621a028bba03b3b398d60158a176490f9e863e7e Mon Sep 17 00:00:00 2001 From: Andrew Telnov Date: Fri, 17 Aug 2018 10:29:14 +0300 Subject: [PATCH] Release: 1.0.38 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b69bd39..4afc27f2 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.38](https://github.com/surveyjs/widgets/compare/v1.0.37...v1.0.38) (2018-08-17) + + + ## [1.0.37](https://github.com/surveyjs/widgets/compare/v1.0.36...v1.0.37) (2018-08-07) diff --git a/package.json b/package.json index dc8ebfde..62c20b39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.0.37", + "version": "1.0.38", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env.buildType dev --watch",