Skip to content

Commit

Permalink
Release: 0.97.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Nov 28, 2017
1 parent 92d195b commit 08e949b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.97.0"></a>
# [0.97.0](https://github.com/surveyjs/editor/compare/v0.96.3...v0.97.0) (2017-11-28)



<a name="0.96.3"></a>
## [0.96.3](https://github.com/surveyjs/editor/compare/v0.96.2...v0.96.3) (2017-11-24)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "0.96.3",
"version": "0.97.0",
"name": "surveyjs.editor",
"scripts": {
"test": "karma start",
"doc_gen": "set TS_NODE_COMPILER_OPTIONS={\"module\":\"commonjs\"} && ts-node doc_generator/editor_docgenerator.ts src/entries/index.ts ",
"doc_update": "set TS_NODE_COMPILER_OPTIONS={\"module\":\"commonjs\"} && ts-node doc_generator/editor_docupdater.ts",
"testcafe": "concurrently \"http-server -p 7777\" \"testcafe chrome testCafe/\"",
"release": "standard-version --message \"Release: %s\"",
"release": "standard-version --message \"Release: %s\" --release-as minor",
"build_dev": "webpack --env.buildType dev",
"build_prod": "npm run build_dev && webpack --env.buildType prod"
},
Expand Down

0 comments on commit 08e949b

Please sign in to comment.