Skip to content

Commit 6c9cd1a

Browse files
chore: release 6.2.2 πŸš€
1 parent 1dcc56f commit 6c9cd1a

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.2.2](https://github.com/eslint/markdown/compare/v6.2.1...v6.2.2) (2024-12-21)
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+
310
## [6.2.1](https://github.com/eslint/markdown/compare/v6.2.0...v6.2.1) (2024-10-16)
411

512

β€Ž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
@@ -440,7 +440,7 @@ function postprocess(messages, filename) {
440440
export const processor = {
441441
meta: {
442442
name: "@eslint/markdown/markdown",
443-
version: "6.2.1", // x-release-please-version
443+
version: "6.2.2", // x-release-please-version
444444
},
445445
preprocess,
446446
postprocess,

0 commit comments

Comments
Β (0)