Merge branch 'master' into develop

This commit is contained in:
Maciej Barelkowski 2021-06-04 11:13:11 +02:00
commit 2c88599a0e
3 changed files with 6 additions and 2 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._
## 8.6.1
* `FIX`: serialize `bpmn:DataStoreReference` correctly in case if first participant is an empty pool ([#1456](https://github.com/bpmn-io/bpmn-js/issues/1456))
## 8.6.0
* `FEAT`: support Promise in `inject` test helper ([#1450](https://github.com/bpmn-io/bpmn-js/pull/1450))

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "bpmn-js",
"version": "8.6.0",
"version": "8.6.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "bpmn-js",
"version": "8.6.0",
"version": "8.6.1",
"description": "A bpmn 2.0 toolkit and web modeler",
"main": "index.js",
"files": [