Skip to content

Commit def38ba

Browse files
chore: release 6.2.2 πŸš€
1 parent 0b79cfa commit def38ba

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.2.1"
2+
".": "6.2.2"
33
}

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
311
## [6.2.1](https://github.com/eslint/markdown/compare/v6.2.0...v6.2.1) (2024-10-16)
412

513

β€Žjsr.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
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β€Ž

Lines changed: 1 addition & 1 deletion
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β€Ž

Lines changed: 1 addition & 1 deletion
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β€Ž

Lines changed: 1 addition & 1 deletion
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)