diff --git a/CHANGELOG.md b/CHANGELOG.md index ce07d09..ae04a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ All notable changes to [@camunda/linting](https://github.com/camunda/linting) ar ___Note:__ Yet to be released changes appear here._ +## 3.27.2 + +* `FIX`: ([camunda/bpmnlint-plugin-camunda-compat#175](https://github.com/camunda/bpmnlint-plugin-camunda-compat/pull/175)) +* `DEPS`: update to `bpmnlint-plugin-camunda-compat@2.26.1` + ## 3.27.1 * `FIX`: correct false positive in `global` rule ([bpmn-io/bpmnlint#139](https://github.com/bpmn-io/bpmnlint/issues/139)) diff --git a/package-lock.json b/package-lock.json index 7842c2a..556bbbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@bpmn-io/diagram-js-ui": "^0.2.3", "bpmn-moddle": "^9.0.1", "bpmnlint": "^10.3.1", - "bpmnlint-plugin-camunda-compat": "^2.26.0", + "bpmnlint-plugin-camunda-compat": "^2.26.1", "bpmnlint-utils": "^1.0.2", "camunda-bpmn-moddle": "^7.0.1", "clsx": "^2.0.0", @@ -1710,9 +1710,9 @@ } }, "node_modules/bpmnlint-plugin-camunda-compat": { - "version": "2.26.0", - "resolved": "https://registry.npmjs.org/bpmnlint-plugin-camunda-compat/-/bpmnlint-plugin-camunda-compat-2.26.0.tgz", - "integrity": "sha512-Xwtb50xaxIOZ/tgVEbGLLWDFR4EOmCyWjIaIjskjHfLqBzZlektDeG8SoqrLij6aH75qFUf7iqk/se0RwnT2iw==", + "version": "2.26.1", + "resolved": "https://registry.npmjs.org/bpmnlint-plugin-camunda-compat/-/bpmnlint-plugin-camunda-compat-2.26.1.tgz", + "integrity": "sha512-/28O5dfZCjaf+q735j3PCG/yVZH61Bfo5a8XTRH7RaUKSbTNjAftEug4ssHw0h/CMzOVvywYWCBaSMf0hH9Jkg==", "dependencies": { "@bpmn-io/feel-lint": "^1.2.0", "@bpmn-io/moddle-utils": "^0.2.1", @@ -8698,9 +8698,9 @@ } }, "bpmnlint-plugin-camunda-compat": { - "version": "2.26.0", - "resolved": "https://registry.npmjs.org/bpmnlint-plugin-camunda-compat/-/bpmnlint-plugin-camunda-compat-2.26.0.tgz", - "integrity": "sha512-Xwtb50xaxIOZ/tgVEbGLLWDFR4EOmCyWjIaIjskjHfLqBzZlektDeG8SoqrLij6aH75qFUf7iqk/se0RwnT2iw==", + "version": "2.26.1", + "resolved": "https://registry.npmjs.org/bpmnlint-plugin-camunda-compat/-/bpmnlint-plugin-camunda-compat-2.26.1.tgz", + "integrity": "sha512-/28O5dfZCjaf+q735j3PCG/yVZH61Bfo5a8XTRH7RaUKSbTNjAftEug4ssHw0h/CMzOVvywYWCBaSMf0hH9Jkg==", "requires": { "@bpmn-io/feel-lint": "^1.2.0", "@bpmn-io/moddle-utils": "^0.2.1", diff --git a/package.json b/package.json index 3a84518..c99fd1f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@bpmn-io/diagram-js-ui": "^0.2.3", "bpmn-moddle": "^9.0.1", "bpmnlint": "^10.3.1", - "bpmnlint-plugin-camunda-compat": "^2.26.0", + "bpmnlint-plugin-camunda-compat": "^2.26.1", "bpmnlint-utils": "^1.0.2", "camunda-bpmn-moddle": "^7.0.1", "clsx": "^2.0.0",