chore(project): bump bpmn-moddle version

This commit is contained in:
Nico Rehwaldt 2018-05-07 13:50:29 +02:00
parent 77b18bd25b
commit fb2b3d40f6
2 changed files with 5 additions and 1 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.2
* `FIX`: correctly serialize extension attributes on `bpmn:Expression`
## 1.3.1
* `FIX`: correctly auto-place from boundary events attached to host edges ([#788](https://github.com/bpmn-io/bpmn-js/issues/788))

View File

@ -82,7 +82,7 @@
},
"dependencies": {
"bpmn-font": "^0.8.0",
"bpmn-moddle": "^5.1.2",
"bpmn-moddle": "^5.1.4",
"css.escape": "^1.5.1",
"diagram-js": "^1.4.0",
"diagram-js-direct-editing": "^1.2.2",