Skip to content

Commit

Permalink
patch bpmn-elements to address issue #191
Browse files Browse the repository at this point in the history
  • Loading branch information
paed01 committed Sep 8, 2024
1 parent e31c3f7 commit 7e69a97
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 23.0.2

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

## 23.0.1

- Fix AppVeyor build badge
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 -->

# 23.0.1 API Reference
# 23.0.2 API Reference

<!-- versionstop -->

Expand Down
10 changes: 5 additions & 5 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": "23.0.1",
"version": "23.0.2",
"type": "module",
"module": "./src/index.js",
"main": "./lib/index.cjs",
Expand Down Expand Up @@ -60,7 +60,7 @@
"camunda-bpmn-moddle": "^7.0.1",
"chai": "^5.1.0",
"chronokinesis": "^6.0.0",
"eslint": "^9.2.0",
"eslint": "^9.10.0",
"markdown-toc": "^1.2.0",
"mocha": "^10.2.0",
"mocha-cakes-2": "^3.3.0",
Expand All @@ -69,10 +69,10 @@
"texample": "^0.0.6"
},
"dependencies": {
"bpmn-elements": "^16.0.0",
"bpmn-elements": "^16.1.0",
"bpmn-moddle": "^9.0.1",
"debug": "^4.3.4",
"moddle-context-serializer": "^4.2.0",
"debug": "^4.3.7",
"moddle-context-serializer": "^4.2.1",
"smqp": "^9.0.2"
}
}

0 comments on commit 7e69a97

Please sign in to comment.