Skip to content

Commit

Permalink
remove circular dependency of self
Browse files Browse the repository at this point in the history
  • Loading branch information
paed01 committed Aug 22, 2024
1 parent 2d04ee9 commit b889460
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

# 22.0.2
# 22.0.3

- remove circular dependency of self, same version, how was it even possible?

# ~~22.0.2~~

- patch [`[email protected]`](https://github.com/paed01/bpmn-elements/blob/master/CHANGELOG.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- version -->

# 22.0.2 API Reference
# 22.0.3 API Reference

<!-- versionstop -->

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bpmn-engine",
"description": "BPMN 2.0 execution engine. Open source javascript workflow engine.",
"version": "22.0.2",
"version": "22.0.3",
"type": "module",
"module": "./src/index.js",
"main": "./lib/index.cjs",
Expand Down Expand Up @@ -70,7 +70,6 @@
},
"dependencies": {
"bpmn-elements": "^15.0.3",
"bpmn-engine": "^22.0.1",
"bpmn-moddle": "^9.0.1",
"debug": "^4.3.4",
"moddle-context-serializer": "^4.2.0",
Expand Down

0 comments on commit b889460

Please sign in to comment.