From 6e175c52f29a65c66ddc5655d5dc77502591e451 Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Fri, 25 Nov 2022 14:56:00 -0600 Subject: [PATCH] Release 0.26.1 --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edd484c1..df70ff0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,25 @@ + + + +## v0.26.1 (2022-11-25) + +#### :bug: Bug Fix +* [#279](https://github.com/bmish/eslint-doc-generator/pull/279) Ensure deprecated rule replacement link respects `--path-rule-doc` ([@bmish](https://github.com/bmish)) +* [#280](https://github.com/bmish/eslint-doc-generator/pull/280) Fix default rules list path of `README.md` ([@bmish](https://github.com/bmish)) +* [#275](https://github.com/bmish/eslint-doc-generator/pull/275) Fix rule links when specifying a rule list file in a subdirectory with `--path-rule-list` ([@bmish](https://github.com/bmish)) + +#### :house: Internal +* [#283](https://github.com/bmish/eslint-doc-generator/pull/283) Add empty `prettier` config ([@G-Rath](https://github.com/G-Rath)) +* [#282](https://github.com/bmish/eslint-doc-generator/pull/282) Harden CI workflows ([@G-Rath](https://github.com/G-Rath)) +* [#281](https://github.com/bmish/eslint-doc-generator/pull/281) Ensure TypeScript is checked by CodeQL ([@G-Rath](https://github.com/G-Rath)) +* [#278](https://github.com/bmish/eslint-doc-generator/pull/278) Enable unicode regexp flag ([@G-Rath](https://github.com/G-Rath)) + +#### Committers: 2 +- Bryan Mishkin ([@bmish](https://github.com/bmish)) +- Gareth Jones ([@G-Rath](https://github.com/G-Rath)) ## v0.26.0 (2022-11-23) diff --git a/package-lock.json b/package-lock.json index 430662ee..7d695bf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-doc-generator", - "version": "0.26.0", + "version": "0.26.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-doc-generator", - "version": "0.26.0", + "version": "0.26.1", "license": "ISC", "dependencies": { "@typescript-eslint/utils": "^5.38.1", diff --git a/package.json b/package.json index ed527927..8dc2229b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-doc-generator", - "version": "0.26.0", + "version": "0.26.1", "description": "Automatic documentation generator for ESLint plugins and rules.", "keywords": [ "doc",