From bb5c3d4d9b0283bbb44fd75d1c04a3ec7e789fe1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 19:45:48 +0100 Subject: [PATCH] chore: release 4.0.1 (#242) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 350f4d38..2c6adc84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.1](https://github.com/eslint/eslint-plugin-markdown/compare/v4.0.0...v4.0.1) (2024-03-06) + + +### Chores + +* update changelog with note that v4.0.0 was not published to npm ([#241](https://github.com/eslint/eslint-plugin-markdown/issues/241)) ([e80139d](https://github.com/eslint/eslint-plugin-markdown/commit/e80139da3f8be9179469a015e8345b460537e958)) + ## [4.0.0](https://github.com/eslint/eslint-plugin-markdown/compare/v3.0.1...v4.0.0) (2024-03-01) ⚠️ This release was not published to npm due to technical problems. diff --git a/package.json b/package.json index ae5b369f..804cb29c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-markdown", - "version": "4.0.0", + "version": "4.0.1", "description": "An ESLint plugin to lint JavaScript in Markdown code fences.", "license": "MIT", "author": {