chore(CHANGELOG): bump to v1.3.1

This commit is contained in:
Nico Rehwaldt 2018-05-04 10:43:25 +02:00
parent 9379abafcc
commit 16696b4f37
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ All notable changes to [bpmn-js](https://github.com/bpmn-io/bpmn-js) are documen
___Note:__ Yet to be released changes appear here._
## 1.3.1
* `FIX`: correctly auto-place from boundary events attached to host edges ([#788](https://github.com/bpmn-io/bpmn-js/issues/788))
## 1.3.0
* `FEAT`: expose additional `BpmnTreeWalker` APIs for advanced import use-cases