diff --git a/CHANGELOG.md b/CHANGELOG.md index 3378f176..ef05f674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,15 @@ All notable changes to [bpmn-js](https://github.com/bpmn-io/bpmn-js) are documented here. We use [semantic versioning](http://semver.org/) for releases. + ## Unreleased ___Note:__ Yet to be released changes appear here._ +## 9.0.0-alpha.0 + +* `FEAT`: support drilldown into collapsed subprocesses ([#1443](https://github.com/bpmn-io/bpmn-js/issues/1443)) +* `CHORE`: bump to `diagram-js@8.0.1` ### Breaking Changes * Reworked the link of elements to bpmn DIs. You must access the `di` directly from the diagram element instead of the `businessObject`. [#1472](https://github.com/bpmn-io/bpmn-js/issues/1472) diff --git a/package.json b/package.json index 2b5ea3ed..83987331 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bpmn-js", - "version": "9.0.0-subprocesses.3", + "version": "8.8.4", "description": "A bpmn 2.0 toolkit and web modeler", "main": "index.js", "files": [ @@ -109,4 +109,4 @@ "object-refs": "^0.3.0", "tiny-svg": "^2.2.2" } -} +} \ No newline at end of file