diff --git a/CHANGELOG.md b/CHANGELOG.md index b43c5eb288..b693725fbc 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.0](https://github.com/surveyjs/editor/compare/v0.97.0...v0.98.0) (2017-12-06) + + + # [0.97.0](https://github.com/surveyjs/editor/compare/v0.96.3...v0.97.0) (2017-11-28) diff --git a/package.json b/package.json index e0da15bf8a..dca93f951f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.97.0", + "version": "0.98.0", "name": "surveyjs.editor", "scripts": { "test": "karma start",