Skip to content

Commit

Permalink
bump [email protected] to address issue #180
Browse files Browse the repository at this point in the history
  • Loading branch information
paed01 committed May 17, 2024
1 parent bb22c5e commit f0846b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 21.1.0

- minor bump [`[email protected]`](https://github.com/paed01/bpmn-elements/blob/master/CHANGELOG.md), addresses issue #180

# 21.0.0

Stop execution if invalid time duration, cycle, or date is encountered.
Expand Down
4 changes: 2 additions & 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": "21.0.0",
"version": "21.1.0",
"type": "module",
"module": "./src/index.js",
"main": "./lib/index.cjs",
Expand Down Expand Up @@ -70,7 +70,7 @@
"texample": "^0.0.2"
},
"dependencies": {
"bpmn-elements": "^14.0.1",
"bpmn-elements": "^14.1.0",
"bpmn-moddle": "^9.0.1",
"debug": "^4.3.4",
"moddle-context-serializer": "^4.2.0",
Expand Down

0 comments on commit f0846b2

Please sign in to comment.