From b14b63b7c34ee85f6113fbaaa40dfc701391c339 Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Thu, 1 Dec 2022 13:16:08 -0500 Subject: [PATCH] Release 1.0.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 ca6f8f21..940012cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,25 @@ + + + +## v1.0.1 (2022-12-01) + +#### :bug: Bug Fix +* [#317](https://github.com/bmish/eslint-doc-generator/pull/317) More robust handling of boolean-equivalent strings for parsing boolean CLI options and boolean properties in `--rule-list-split` ([@bmish](https://github.com/bmish)) +* [#314](https://github.com/bmish/eslint-doc-generator/pull/314) Handle additional types of variable casing when creating sub-list headers with `--rule-list-split` ([@bmish](https://github.com/bmish)) +* [#309](https://github.com/bmish/eslint-doc-generator/pull/309) Fully utilize `readonly` modifier for nested array types ([@bmish](https://github.com/bmish)) + +#### :memo: Documentation +* [#312](https://github.com/bmish/eslint-doc-generator/pull/312) Add semantic versioning policy ([@bmish](https://github.com/bmish)) + +#### :house: Internal +* [#316](https://github.com/bmish/eslint-doc-generator/pull/316) Use external library to retrieve an arbitrary property from a rule ([@bmish](https://github.com/bmish)) +* [#313](https://github.com/bmish/eslint-doc-generator/pull/313) Avoid recreating `readonly` array when passing to markdown-table ([@bmish](https://github.com/bmish)) + +#### Committers: 1 +- Bryan Mishkin ([@bmish](https://github.com/bmish)) ## v1.0.0 (2022-11-28) diff --git a/package-lock.json b/package-lock.json index 19d59383..f76f3a8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-doc-generator", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-doc-generator", - "version": "1.0.0", + "version": "1.0.1", "license": "ISC", "dependencies": { "@typescript-eslint/utils": "^5.38.1", diff --git a/package.json b/package.json index 0a185f6e..1932e71c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-doc-generator", - "version": "1.0.0", + "version": "1.0.1", "description": "Automatic documentation generator for ESLint plugins and rules.", "keywords": [ "doc",