Skip to content

Commit 9d41055

Browse files
chore(release): 2.3.0 [skip ci]
# [2.3.0](v2.2.0...v2.3.0) (2026-05-06) ### Features * bundle semantic-kinds.json registry alongside spec ([e910412](e910412)), closes [camunda/camunda#52322](camunda/camunda#52322) [#28](#28)
1 parent 17f3489 commit 9d41055

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.3.0](https://github.com/camunda/camunda-schema-bundler/compare/v2.2.0...v2.3.0) (2026-05-06)
2+
3+
4+
### Features
5+
6+
* bundle semantic-kinds.json registry alongside spec ([e910412](https://github.com/camunda/camunda-schema-bundler/commit/e9104121edff1a2137896b8c317568d5269db8c6)), closes [camunda/camunda#52322](https://github.com/camunda/camunda/issues/52322) [#28](https://github.com/camunda/camunda-schema-bundler/issues/28)
7+
18
# [2.2.0](https://github.com/camunda/camunda-schema-bundler/compare/v2.1.0...v2.2.0) (2026-05-05)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "camunda-schema-bundler",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Bundle the Camunda multi-file OpenAPI spec into a single JSON file with schema normalization and metadata extraction",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)