From 04102f66b111cb4633e005ff5f9a605cac67b1ce Mon Sep 17 00:00:00 2001 From: tsv2013 Date: Mon, 18 Dec 2017 09:56:49 +0300 Subject: [PATCH] Release: 0.98.4 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f88c2f50c6..85cd9895f3 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. + +## [0.98.4](https://github.com/surveyjs/editor/compare/v0.98.3...v0.98.4) (2017-12-18) + + + ## [0.98.3](https://github.com/surveyjs/editor/compare/v0.98.2...v0.98.3) (2017-12-12) diff --git a/package.json b/package.json index b007ce583a..960aed58eb 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.98.3", + "version": "0.98.4", "name": "surveyjs.editor", "scripts": { "test": "karma start",