From 3a92610a8da207e92f98d2fd602a2293ae400486 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Mon, 2 Apr 2018 11:24:31 +0200 Subject: [PATCH] 0.30.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c61e840f..4e4626fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bpmn-js", - "version": "0.29.0", + "version": "0.30.0", "description": "A bpmn 2.0 toolkit and web modeler", "scripts": { "all": "run-s lint test distro test:distro",