diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 31e2c857df..c3349b9eda 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,5 +2,5 @@ "pull-request-title-pattern": "chore: release v${version}", "changelog-sections": "[{\"type\":\"feat\",\"section\":\"Features\",\"hidden\":false},{\"type\":\"fix\",\"section\":\"Bug Fixes\",\"hidden\":false},{\"type\":\"deps\",\"section\":\"Dependency Updates\",\"hidden\":false}]", "changelog-type": "github", - ".": "16.3.2" + ".": "16.4.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 54f8a2d835..43c4d38aaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ All notable changes to [bpmn-js](https://github.com/bpmn-io/bpmn-js) are documen ___Note:__ Yet to be released changes appear here._ +## 16.4.0 + +* `FEAT`: handle resizing of vertical lanes ([#2062](https://github.com/bpmn-io/bpmn-js/issues/2062)) +* `FEAT`: allow text annotations to overlap with the borders of subprocesses and pools ([#2049](https://github.com/bpmn-io/bpmn-js/issues/2049)) +* `FEAT`: support modeling of gateway without marker ([#2063](https://github.com/bpmn-io/bpmn-js/issues/2063)) +* `FIX`: correctly remove vertical lanes ([#2081](https://github.com/bpmn-io/bpmn-js/pull/2081)) +* `FIX`: do not set label on planes ([#2033](https://github.com/bpmn-io/bpmn-js/issues/2033)) + ## 16.3.2 * `FIX`: support core replace in compensation behavior ([#2073](https://github.com/bpmn-io/bpmn-js/issues/2073)) diff --git a/package-lock.json b/package-lock.json index 0f177a17a7..4b879684c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bpmn-js", - "version": "16.3.2", + "version": "16.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bpmn-js", - "version": "16.3.2", + "version": "16.4.0", "license": "SEE LICENSE IN LICENSE", "dependencies": { "bpmn-moddle": "^8.1.0", diff --git a/package.json b/package.json index 7452e37943..d94a167eee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bpmn-js", - "version": "16.3.2", + "version": "16.4.0", "description": "A bpmn 2.0 toolkit and web modeler", "main": "index.js", "files": [