From 60d4fdcfb10ec4fb3ebcc92ba6a6d6eae036ab7d Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:52:55 -0500 Subject: [PATCH] Release 2.0.1 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d5f9547..8e88b0e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,20 @@ + + + +## v2.0.1 (2024-12-12) + +#### :bug: Bug Fix +* [#590](https://github.com/bmish/eslint-doc-generator/pull/590) Respect EOL character from `.editorconfig` ([@CloudNStoyan](https://github.com/CloudNStoyan)) + +#### :house: Internal +* [#591](https://github.com/bmish/eslint-doc-generator/pull/591) Switch to `change-case` ([@bmish](https://github.com/bmish)) + +#### Committers: 2 +- Bryan Mishkin ([@bmish](https://github.com/bmish)) +- Stoyan Kolev ([@CloudNStoyan](https://github.com/CloudNStoyan)) ## v2.0.0 (2024-12-09) diff --git a/package-lock.json b/package-lock.json index a966e3fe..df709fdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-doc-generator", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-doc-generator", - "version": "2.0.0", + "version": "2.0.1", "license": "ISC", "dependencies": { "@typescript-eslint/utils": "^8.0.0", diff --git a/package.json b/package.json index 2cd69669..57957a33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-doc-generator", - "version": "2.0.0", + "version": "2.0.1", "description": "Automatic documentation generator for ESLint plugins and rules.", "keywords": [ "doc",