diff --git a/CHANGELOG.md b/CHANGELOG.md index c3cd2cb..ce07d09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ All notable changes to [@camunda/linting](https://github.com/camunda/linting) ar ___Note:__ Yet to be released changes appear here._ +## 3.27.1 + +* `FIX`: correct false positive in `global` rule ([bpmn-io/bpmnlint#139](https://github.com/bpmn-io/bpmnlint/issues/139)) +* `FIX`: correct false positive in `no-implicit-end` rule ([bpmn-io/bpmnlint#140](https://github.com/bpmn-io/bpmnlint/issues/140)) +* `FIX`: correct `label-required` not triggering for boundary events ([bpmn-io/bpmnlint#141](https://github.com/bpmn-io/bpmnlint/issues/141)) +* `DEPS`: update to `bpmnlint@10.3.1` + ## 3.27.0 * `FEAT`: introduce `version-tag` rule ([camunda/bpmnlint-plugin-camunda-compat#174](https://github.com/camunda/bpmnlint-plugin-camunda-compat/pull/174)) diff --git a/package-lock.json b/package-lock.json index bd75163..ed04879 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@bpmn-io/diagram-js-ui": "^0.2.3", "bpmn-moddle": "^9.0.1", - "bpmnlint": "^10.3.0", + "bpmnlint": "^10.3.1", "bpmnlint-plugin-camunda-compat": "^2.26.0", "bpmnlint-utils": "^1.0.2", "camunda-bpmn-moddle": "^7.0.1", @@ -1568,9 +1568,9 @@ } }, "node_modules/bpmnlint": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/bpmnlint/-/bpmnlint-10.3.0.tgz", - "integrity": "sha512-7z1j7erchQ+vPccUWUsSgQM/8XlMt3q7eKyRa67SeaQFwdswXi3cv1pqyKJhnKBxCbeTcU07q9fH4640CdRu+g==", + "version": "10.3.1", + "resolved": "https://registry.npmjs.org/bpmnlint/-/bpmnlint-10.3.1.tgz", + "integrity": "sha512-yKkL9iJLBWGTRgiJNiZ4zsJHXwyJmmgQij/4fhRMMfsEDWNk0V5iFtGYF57jH4o/riXTfIototyy/MxOCAyu2g==", "dependencies": { "@bpmn-io/moddle-utils": "^0.2.1", "ansi-colors": "^4.1.3", @@ -7816,9 +7816,9 @@ } }, "bpmnlint": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/bpmnlint/-/bpmnlint-10.3.0.tgz", - "integrity": "sha512-7z1j7erchQ+vPccUWUsSgQM/8XlMt3q7eKyRa67SeaQFwdswXi3cv1pqyKJhnKBxCbeTcU07q9fH4640CdRu+g==", + "version": "10.3.1", + "resolved": "https://registry.npmjs.org/bpmnlint/-/bpmnlint-10.3.1.tgz", + "integrity": "sha512-yKkL9iJLBWGTRgiJNiZ4zsJHXwyJmmgQij/4fhRMMfsEDWNk0V5iFtGYF57jH4o/riXTfIototyy/MxOCAyu2g==", "requires": { "@bpmn-io/moddle-utils": "^0.2.1", "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index 38a8ae9..66bbd3f 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "@bpmn-io/diagram-js-ui": "^0.2.3", "bpmn-moddle": "^9.0.1", - "bpmnlint": "^10.3.0", + "bpmnlint": "^10.3.1", "bpmnlint-plugin-camunda-compat": "^2.26.0", "bpmnlint-utils": "^1.0.2", "camunda-bpmn-moddle": "^7.0.1",