From d69d95e00ee844743ec744c611d7b66c3e23cb5b Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Fri, 23 Feb 2024 18:08:04 +0100 Subject: [PATCH] 4.1.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index dbe7e6e5..3899c200 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "camunda-bpmn-js", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "camunda-bpmn-js", - "version": "4.1.0", + "version": "4.1.1", "license": "MIT", "dependencies": { "@bpmn-io/align-to-origin": "^0.7.0", diff --git a/package.json b/package.json index f04b2997..026e048a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "camunda-bpmn-js", - "version": "4.1.0", + "version": "4.1.1", "description": "Embeddable Camunda modeling distributions based on bpmn-js", "main": "lib/index.js", "types": "lib/index.d.ts",