Skip to content

Commit 4b5aca8

Browse files
authored
chore: release 8.0.1 πŸš€ (#641)
1 parent 7111e25 commit 4b5aca8

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-
".": "8.0.0"
2+
".": "8.0.1"
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+
## [8.0.1](https://github.com/eslint/markdown/compare/v8.0.0...v8.0.1) (2026-03-30)
4+
5+
6+
### Bug Fixes
7+
8+
* align no-reversed-media-syntax masking with UTF-16 offsets ([#640](https://github.com/eslint/markdown/issues/640)) ([7111e25](https://github.com/eslint/markdown/commit/7111e25284d8f73b9a7de4d926fb670ea482b5e9))
9+
310
## [8.0.0](https://github.com/eslint/markdown/compare/v7.5.1...v8.0.0) (2026-03-24)
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": "8.0.0",
3+
"version": "8.0.1",
44
"exports": "./dist/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": "8.0.0",
3+
"version": "8.0.1",
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
@@ -53,7 +53,7 @@ let recommendedPlugins, processorPlugins;
5353
const plugin = {
5454
meta: {
5555
name: "@eslint/markdown",
56-
version: "8.0.0", // x-release-please-version
56+
version: "8.0.1", // x-release-please-version
5757
},
5858
processors: {
5959
markdown: processor,

β€Žsrc/processor.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ function postprocess(messages, filename) {
469469
export const processor = {
470470
meta: {
471471
name: "@eslint/markdown/markdown",
472-
version: "8.0.0", // x-release-please-version
472+
version: "8.0.1", // x-release-please-version
473473
},
474474
preprocess,
475475
postprocess,

0 commit comments

Comments
Β (0)