From 3881bf00bb8b797544b0a8c9af4d73c39422cf7a Mon Sep 17 00:00:00 2001 From: tsv2013 Date: Mon, 27 Mar 2017 16:31:46 +0300 Subject: [PATCH] Release: 0.12.5 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f732890e1..59047a0502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,5 +2,10 @@ 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.5](https://github.com/surveyjs/editor/compare/v0.12.4...v0.12.5) (2017-03-27) + + + ## [0.12.4](https://github.com/surveyjs/editor/compare/v0.12.3...v0.12.4) (2017-03-17) diff --git a/package.json b/package.json index 3ae2609aac..928e607f31 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.12.4", + "version": "0.12.5", "name": "surveyjs.editor", "scripts": { "test": "karma start",