From 66f4717f9bd927962014cdf7d891f7ad81e15a18 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 27 Feb 2018 16:06:39 +0300 Subject: [PATCH] Release: 1.0.11 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2938d8db7..91bdb504c8 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.11](https://github.com/surveyjs/surveyjs/compare/v1.0.10...v1.0.11) (2018-02-27) + + + ## [1.0.10](https://github.com/surveyjs/surveyjs/compare/v1.0.9...v1.0.10) (2018-02-21) diff --git a/package.json b/package.json index bb6b0883f6..76df088c5c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "doc_update": "set TS_NODE_COMPILER_OPTIONS={\"module\":\"commonjs\"} && ts-node doc_generator/lib_docupdater.ts", "lint": "tslint ./src/**/*.ts -t verbose" }, - "version": "1.0.10", + "version": "1.0.11", "name": "surveyjs", "private": true, "devDependencies": {