From fd00b55ede048f4394d3772021798baf205aaa43 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Mon, 16 Oct 2023 11:27:26 +0200 Subject: [PATCH] 4.0.0-0 --- 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 f4ed668..fb194d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@camunda/linting", - "version": "3.9.0", + "version": "4.0.0-0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@camunda/linting", - "version": "3.9.0", + "version": "4.0.0-0", "license": "MIT", "dependencies": { "@bpmn-io/diagram-js-ui": "^0.2.2", diff --git a/package.json b/package.json index 7105ca5..17e7cc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@camunda/linting", - "version": "3.9.0", + "version": "4.0.0-0", "description": "Linting for Camunda", "main": "index.js", "scripts": {