diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c0f8b7..1d5d6e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to the [bpmn.io vs-code extension](https://github.com/bpmn-i ___Note:__ Yet to be released changes appear here._ +## 0.20.0 + +* `DEPS`: update dependency bpmn-js to v16 + ## 0.19.0 * `FEAT`: add ability to color BPMN elements ([#93](https://github.com/bpmn-io/vs-code-bpmn-io/issues/93), [#145](https://github.com/bpmn-io/vs-code-bpmn-io/pull/145)) diff --git a/package-lock.json b/package-lock.json index fc19904..697f2f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vs-code-bpmn-io", - "version": "0.19.0", + "version": "0.20.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vs-code-bpmn-io", - "version": "0.19.0", + "version": "0.20.0", "license": "MIT", "dependencies": { "@vscode/codicons": "^0.0.33", diff --git a/package.json b/package.json index e23c2a6..e174588 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "BPMN.io Editor", "description": "Edit BPMN 2.0 files, powered by bpmn.io tools.", "license": "MIT", - "version": "0.19.0", + "version": "0.20.0", "publisher": "bpmn-io", "repository": { "type": "git",