Skip to content

Commit

Permalink
document some and fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
paed01 committed Dec 29, 2022
1 parent 5f2e67c commit 6efb35b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions API.md
Expand Up @@ -88,6 +88,7 @@ Arguments:
- `script`: script object
- `parent`: parent element as an object with `id` and `type`
- `id`: optional id as string that makes it easy to distinguish
- `type`: element type that holds script, e.g. `bpmn:Script`
- `scriptFormat`: script language
- `body`: optional script body as string
- `resource`: external resource if any
Expand Down Expand Up @@ -220,5 +221,3 @@ const typeResolver = TypeResolver(types, (typeMapping) => {
typeMapping['bpmn:EscalationEventDefinition'] = EscalationEventDefinition;
});
```


3 changes: 0 additions & 3 deletions CHANGELOG.md
Expand Up @@ -4,9 +4,6 @@ Changelog
# 2.2.0

- Add property `script.type` to added scripts

# 2.1.1

- Stop building node 12
- Lint some

Expand Down

0 comments on commit 6efb35b

Please sign in to comment.