Skip to content

Commit

Permalink
bump @0dep/piso@1
Browse files Browse the repository at this point in the history
  • Loading branch information
paed01 committed Jun 15, 2024
1 parent affcf42 commit 39a337b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Unreleased

# 15.0.2

- bump [@0dep/piso@1](https://www.npmjs.com/package/@0dep/piso)

# 15.0.1

- fix parallel join inbound triggers not behaving as expected if inbound flow is taken more than once, unfortunately only for synchronous tasks
Expand Down
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const rules = {
'no-undef-init': 2,
'no-undef': 2,
'no-underscore-dangle': 0,
'no-unused-expressions': 2,
'no-unused-vars': 2,
'no-use-before-define': 0,
'no-var': 2,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpmn-elements",
"version": "15.0.1",
"version": "15.0.2",
"description": "Executable workflow elements based on BPMN 2.0",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -88,7 +88,7 @@
"texample": "^0.0.5"
},
"dependencies": {
"@0dep/piso": "^0.1.3",
"@0dep/piso": "^1.0.0",
"smqp": "^9.0.2"
}
}

0 comments on commit 39a337b

Please sign in to comment.