Skip to content

Commit 9990c18

Browse files
chore: release 6.4.0 🚀
1 parent 8894196 commit 9990c18

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

Diff for: ‎.release-please-manifest.json

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

Diff for: ‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.4.0](https://github.com/eslint/markdown/compare/v6.3.0...v6.4.0) (2025-04-01)
4+
5+
6+
### Features
7+
8+
* Create type definitions for rules ([#324](https://github.com/eslint/markdown/issues/324)) ([5f11a3d](https://github.com/eslint/markdown/commit/5f11a3d071103f4103310fc6916508eb7cb76def))
9+
310
## [6.3.0](https://github.com/eslint/markdown/compare/v6.2.2...v6.3.0) (2025-03-04)
411

512

Diff for: ‎jsr.json

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

Diff for: ‎package.json

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

Diff for: ‎src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ let recommendedPlugins, processorPlugins;
5555
const plugin = {
5656
meta: {
5757
name: "@eslint/markdown",
58-
version: "6.3.0", // x-release-please-version
58+
version: "6.4.0", // x-release-please-version
5959
},
6060
processors: {
6161
markdown: processor,

Diff for: ‎src/processor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ function postprocess(messages, filename) {
467467
export const processor = {
468468
meta: {
469469
name: "@eslint/markdown/markdown",
470-
version: "6.3.0", // x-release-please-version
470+
version: "6.4.0", // x-release-please-version
471471
},
472472
preprocess,
473473
postprocess,

0 commit comments

Comments
 (0)