Skip to content

Commit f874af3

Browse files
chore: release 6.2.2 🚀 (#306)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b8572cc commit f874af3

6 files changed

+14
-5
lines changed

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.2.1"
2+
".": "6.2.2"
33
}

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [6.2.2](https://github.com/eslint/markdown/compare/v6.2.1...v6.2.2) (2025-01-17)
4+
5+
6+
### Bug Fixes
7+
8+
* add type tests ([#305](https://github.com/eslint/markdown/issues/305)) ([ea60127](https://github.com/eslint/markdown/commit/ea60127142ea335fe2ea7d70205ce6208df26bbc))
9+
* adjust suggestion fix ranges in processor ([#309](https://github.com/eslint/markdown/issues/309)) ([f164e66](https://github.com/eslint/markdown/commit/f164e66016821f2d35a22851552d43f0c0c33a73))
10+
* Update markdown-language.js ([#314](https://github.com/eslint/markdown/issues/314)) ([10e8535](https://github.com/eslint/markdown/commit/10e8535f4f58b2d08581505d6a6c1600d941cf96))
11+
312
## [6.2.1](https://github.com/eslint/markdown/compare/v6.2.0...v6.2.1) (2024-10-16)
413

514

‎jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/markdown",
3-
"version": "6.2.1",
3+
"version": "6.2.2",
44
"exports": "./dist/esm/index.js",
55
"publish": {
66
"include": [

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/markdown",
3-
"version": "6.2.1",
3+
"version": "6.2.2",
44
"description": "The official ESLint language plugin for Markdown",
55
"license": "MIT",
66
"author": {

‎src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ let recommendedPlugins, processorPlugins;
5454
const plugin = {
5555
meta: {
5656
name: "@eslint/markdown",
57-
version: "6.2.1", // x-release-please-version
57+
version: "6.2.2", // x-release-please-version
5858
},
5959
processors: {
6060
markdown: processor,

‎src/processor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ function postprocess(messages, filename) {
454454
export const processor = {
455455
meta: {
456456
name: "@eslint/markdown/markdown",
457-
version: "6.2.1", // x-release-please-version
457+
version: "6.2.2", // x-release-please-version
458458
},
459459
preprocess,
460460
postprocess,

0 commit comments

Comments
 (0)