Skip to content

Commit 452c1aa

Browse files
committed
chore(CHANGELOG): update to v2.0.0
1 parent 0d4c62c commit 452c1aa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ All notable changes are documented here. We use [semantic versioning](http://sem
66

77
___Note:__ Yet to be released changes appear here._
88

9+
## 2.0.0
10+
11+
* `FEAT`: improve readability of incident details ([#63](https://github.com/camunda/task-testing/pull/63))
12+
* `FIX`: create process instance by key instead of ID ([#61](https://github.com/camunda/task-testing/pull/61))
13+
14+
### Breaking Changes
15+
16+
* The `api.startInstance` function signature changed. The first argument is now the process definition key instead of the process definition ID.
17+
18+
Example usage:
19+
20+
const startInstance = async (processDefinitionKey, elementId, variables) => { ... };
21+
922
## 1.0.5
1023

1124
* `FIX`: do not show autocompletion in nested properties ([#60](https://github.com/camunda/task-testing/pull/60))

0 commit comments

Comments
 (0)