Skip to content

Commit

Permalink
chore: release 6.2.2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 9, 2024
1 parent d0de4e5 commit 6dde726
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.2.1"
".": "6.2.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [6.2.2](https://github.com/eslint/markdown/compare/v6.2.1...v6.2.2) (2024-12-09)


### Bug Fixes

* add type tests ([#305](https://github.com/eslint/markdown/issues/305)) ([ea60127](https://github.com/eslint/markdown/commit/ea60127142ea335fe2ea7d70205ce6208df26bbc))

## [6.2.1](https://github.com/eslint/markdown/compare/v6.2.0...v6.2.1) (2024-10-16)


Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/markdown",
"version": "6.2.1",
"version": "6.2.2",
"exports": "./dist/esm/index.js",
"publish": {
"include": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/markdown",
"version": "6.2.1",
"version": "6.2.2",
"description": "The official ESLint language plugin for Markdown",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ let recommendedPlugins, processorPlugins;
const plugin = {
meta: {
name: "@eslint/markdown",
version: "6.2.1", // x-release-please-version
version: "6.2.2", // x-release-please-version
},
processors: {
markdown: processor,
Expand Down
2 changes: 1 addition & 1 deletion src/processor.js
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ function postprocess(messages, filename) {
export const processor = {
meta: {
name: "@eslint/markdown/markdown",
version: "6.2.1", // x-release-please-version
version: "6.2.2", // x-release-please-version
},
preprocess,
postprocess,
Expand Down

0 comments on commit 6dde726

Please sign in to comment.