diff --git a/CHANGELOG.md b/CHANGELOG.md index 17c290904b..223cdad2e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ All notable changes to [bpmn-js](https://github.com/bpmn-io/bpmn-js) are documen ___Note:__ Yet to be released changes appear here._ +## 15.2.0 + +* `FEAT`: remove selection outline from connections ([diagram-js#826](https://github.com/bpmn-io/diagram-js/pull/826)) +* `FEAT`: position context pad according to last waypoint for connections ([diagram-js#826](https://github.com/bpmn-io/diagram-js/pull/826)) +* `FIX`: prevent access of non-existing connection bounds ([diagram-js#824](https://github.com/bpmn-io/diagram-js/pull/824)) +* `FIX`: correct selection outline size for end event ([#2026](https://github.com/bpmn-io/bpmn-js/pull/2026)) +* `DEPS`: update to `diagram-js@13.8.0` + ## 15.1.3 * `FIX`: revert `djs-dragging` CSS class changes ([#2016](https://github.com/bpmn-io/bpmn-js/pull/2016)) diff --git a/package-lock.json b/package-lock.json index 0136a0ebf3..4200e65522 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bpmn-js", - "version": "15.1.3", + "version": "15.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bpmn-js", - "version": "15.1.3", + "version": "15.2.0", "license": "SEE LICENSE IN LICENSE", "dependencies": { "bpmn-moddle": "^8.0.1", diff --git a/package.json b/package.json index ebe9d97062..269c10643c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bpmn-js", - "version": "15.1.3", + "version": "15.2.0", "description": "A bpmn 2.0 toolkit and web modeler", "main": "index.js", "files": [