Skip to content

Commit 601b0f8

Browse files
authoredMar 19, 2025··
chore(main): release 18.4.0
1 parent cfec0a9 commit 601b0f8

4 files changed

+8
-4
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"pull-request-title-pattern": "chore: release v${version}",
33
"changelog-sections": "[{\"type\":\"feat\",\"section\":\"Features\",\"hidden\":false},{\"type\":\"fix\",\"section\":\"Bug Fixes\",\"hidden\":false},{\"type\":\"deps\",\"section\":\"Dependency Updates\",\"hidden\":false}]",
44
"changelog-type": "github",
5-
".": "18.3.2"
5+
".": "18.4.0"
66
}

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ All notable changes to [bpmn-js](https://github.com/bpmn-io/bpmn-js) are documen
66

77
___Note:__ Yet to be released changes appear here._
88

9+
## 18.4.0
10+
11+
* `FEAT`: render collapsed event subprocess icons ([#50](https://github.com/bpmn-io/bpmn-js/issues/50))
12+
913
## 18.3.2
1014

1115
* `FIX`: remove default start event for ad-hoc subprocess ([#2295](https://github.com/bpmn-io/bpmn-js/issues/2295))

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bpmn-js",
3-
"version": "18.3.2",
3+
"version": "18.4.0",
44
"description": "A bpmn 2.0 toolkit and web modeler",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.