From 6270cc2acc86f34bc43988beac7343f9348ef2a8 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Mon, 10 Apr 2017 13:09:38 +0300 Subject: [PATCH] Release: 0.12.7 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f7ce33be5..8b83176737 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.12.7](https://github.com/surveyjs/editor/compare/v0.12.6...v0.12.7) (2017-04-10) + + + ## [0.12.6](https://github.com/surveyjs/editor/compare/v0.12.5...v0.12.6) (2017-04-05) diff --git a/package.json b/package.json index 37f954c7a0..006bc03226 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.12.6", + "version": "0.12.7", "name": "surveyjs.editor", "scripts": { "test": "karma start",