Skip to content

Commit

Permalink
major bump bpmn-elements@12
Browse files Browse the repository at this point in the history
  • Loading branch information
paed01 committed Dec 20, 2023
1 parent f253d69 commit 648e58b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

# 18.0.0

Only breaking if multi-instance sub-process executions are inspected after sub-process run is completed. Picture a multi-instance sequential sub-process with a cardinality of 100. One hundred items in a list occupies some memory. That will not stand. Consequently, they are now removed when iteration completes and eventually collected by gc.

- Major bump [`bpmn-elements@12`](https://github.com/paed01/bpmn-elements/blob/master/CHANGELOG.md)

# 17.1.1

- Finetuning Engine.execute and Engine.resume callback arg typization by @bestmazzo
Expand Down
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- version -->
# 17.1.1 API Reference
# 18.0.0 API Reference
<!-- versionstop -->

<!-- toc -->
Expand Down
6 changes: 3 additions & 3 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": "17.1.1",
"version": "18.0.0",
"main": "index.js",
"types": "types/bpmn-engine.d.ts",
"repository": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"c8": "^8.0.0",
"camunda-bpmn-moddle": "^7.0.1",
"chai": "^4.3.7",
"chronokinesis": "^5.0.2",
"chronokinesis": "^6.0.0",
"eslint": "^8.45.0",
"markdown-toc": "^1.2.0",
"mocha": "^10.2.0",
Expand All @@ -59,7 +59,7 @@
},
"dependencies": {
"@types/bpmn-moddle": "^5.1.6",
"bpmn-elements": "^11.1.1",
"bpmn-elements": "^12.0.0",
"bpmn-moddle": "^8.0.1",
"debug": "^4.3.4",
"moddle-context-serializer": "^4.0.0",
Expand Down

0 comments on commit 648e58b

Please sign in to comment.