diff --git a/CHANGELOG.md b/CHANGELOG.md index 7633d06998..c5672be715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ All notable changes to this project will be documented in this file. ### :house: (Internal) +* deps: update markdownlint-cli to 0.32.2 [#3253](https://github.com/open-telemetry/opentelemetry-js/pull/3253) @pichlermarc + ## 1.6.0 ### :rocket: (Enhancement) diff --git a/package.json b/package.json index 3488c1e1e8..a83a8c46a5 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "lerna": "5.4.3", "lerna-changelog": "2.2.0", "linkinator": "4.0.3", - "markdownlint-cli": "0.29.0", + "markdownlint-cli": "0.32.2", "semver": "7.3.5", "typedoc": "0.22.10", "typescript": "4.4.4",