From 05bbdcd6c3bd599bebde8e38b9b642f01553931b Mon Sep 17 00:00:00 2001 From: platinumazure Date: Sat, 10 Feb 2024 19:07:45 -0600 Subject: [PATCH] Release 8.1.0 --- 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 2b4cad29..94bbed74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ +## [8.1.0](https://github.com/platinumazure/eslint-plugin-qunit/compare/v8.0.1...v8.1.0) (2024-02-11) + + +### Features + +* support eslint flat config ([#443](https://github.com/platinumazure/eslint-plugin-qunit/issues/443)) ([87890a3](https://github.com/platinumazure/eslint-plugin-qunit/commit/87890a3f94d44cb84d8ee1acfc4e882745782671)) + + +### Documentation + +* auto-generate configs list and some rule options lists with eslint-doc-generator ([#416](https://github.com/platinumazure/eslint-plugin-qunit/issues/416)) ([6fa0bdd](https://github.com/platinumazure/eslint-plugin-qunit/commit/6fa0bdd67ad95803087a901c3bd9114c19f98d4b)) + + +### Chores + +* add prettier ([#442](https://github.com/platinumazure/eslint-plugin-qunit/issues/442)) ([71d03e5](https://github.com/platinumazure/eslint-plugin-qunit/commit/71d03e5d419383efb022d7440e77bd3c1e0a48f4)) +* Change master branch references to main ([#474](https://github.com/platinumazure/eslint-plugin-qunit/issues/474)) ([9782e5e](https://github.com/platinumazure/eslint-plugin-qunit/commit/9782e5e6ccaaee3ea70fd6dd9eeec01ba92e7355)) +* convert to eslint flat config internally ([#440](https://github.com/platinumazure/eslint-plugin-qunit/issues/440)) ([bc854b0](https://github.com/platinumazure/eslint-plugin-qunit/commit/bc854b020fb1d95ce804230d07fe201c58022e15)) + ## [8.0.1](https://github.com/platinumazure/eslint-plugin-qunit/compare/v8.0.0...v8.0.1) (2023-10-07) diff --git a/package-lock.json b/package-lock.json index 07bf2743..0cd5d82e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-qunit", - "version": "8.0.1", + "version": "8.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-plugin-qunit", - "version": "8.0.1", + "version": "8.1.0", "license": "MIT", "dependencies": { "eslint-utils": "^3.0.0", diff --git a/package.json b/package.json index eaa56a34..4573a851 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-qunit", - "version": "8.0.1", + "version": "8.1.0", "description": "ESLint plugin containing rules useful for QUnit tests.", "exports": { ".": "./index.js",