From bf2ba68245d8691292a3160d4c311e65b12c9986 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Thu, 13 Jun 2019 10:56:01 +0200 Subject: [PATCH] chore(CHANGELOG): add patch release versions --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f15d25ef..e80684b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ All notable changes to [bpmn-js](https://github.com/bpmn-io/bpmn-js) are documen ___Note:__ Yet to be released changes appear here._ +## 3.4.3 + +* `FIX`: prevent HTML injection in search ([diagram-js#362](https://github.com/bpmn-io/diagram-js/pull/362)) + +## 2.5.4 + +* `FIX`: prevent HTML injection in search ([diagram-js#362](https://github.com/bpmn-io/diagram-js/pull/362)) +* `CHORE`: bump to `diagram-js@2.6.2` + ## 3.4.2 * `FIX`: do not evaluate pasted text as HTML ([#1073](https://github.com/bpmn-io/bpmn-js/issues/1073))