diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 5f3910b..513570a 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{".":"7.32.1"} +{".":"7.32.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f2fa320 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +# Changelog + +## [7.32.2](https://github.com/eslint-community/eslint-formatter-codeframe/compare/v7.32.1...v7.32.2) (2025-10-19) + + +### 🩹 Fixes + +* Formatters keep trailing '.' if preceded by a space (fixes [#9154](https://github.com/eslint-community/eslint-formatter-codeframe/issues/9154)) ([#9247](https://github.com/eslint-community/eslint-formatter-codeframe/issues/9247)) ([188d984](https://github.com/eslint-community/eslint-formatter-codeframe/commit/188d984fada0d79907aca5b84f65738df2991d1a)) +* package.json repository ([#116](https://github.com/eslint-community/eslint-formatter-codeframe/issues/116)) ([1ac977b](https://github.com/eslint-community/eslint-formatter-codeframe/commit/1ac977baa893b975651139ba59eece51a9643e33)) + + +### 🧹 Chores + +* add `CODEOWNERS` ([c244e90](https://github.com/eslint-community/eslint-formatter-codeframe/commit/c244e900f8d62db0b19a0bb18a889aacb3aca849)) +* add `no-response` workflow ([#16](https://github.com/eslint-community/eslint-formatter-codeframe/issues/16)) ([90b1770](https://github.com/eslint-community/eslint-formatter-codeframe/commit/90b17709579425039309e7b755b0284e75d2a7d2)) +* add pkg.funding ([#56](https://github.com/eslint-community/eslint-formatter-codeframe/issues/56)) ([de33d6f](https://github.com/eslint-community/eslint-formatter-codeframe/commit/de33d6fbc2ee26ff61d80310cc2dd15fc70482c5)) +* add tests for Node 20 ([f5cac36](https://github.com/eslint-community/eslint-formatter-codeframe/commit/f5cac3662395046392b31f1fb6c798927e63e53c)) +* avoid loose equality assertions ([#9415](https://github.com/eslint-community/eslint-formatter-codeframe/issues/9415)) ([0037ce9](https://github.com/eslint-community/eslint-formatter-codeframe/commit/0037ce9f9a98ad7922305a7a1550b924c59f822b)) +* create `dependabot.yml` ([#5](https://github.com/eslint-community/eslint-formatter-codeframe/issues/5)) ([8840719](https://github.com/eslint-community/eslint-formatter-codeframe/commit/88407194354195813307bd34e9bcc0ed8770ffe5)) +* **deps:** Bump codecov/codecov-action from 4 to 5 ([#77](https://github.com/eslint-community/eslint-formatter-codeframe/issues/77)) ([7b4cac2](https://github.com/eslint-community/eslint-formatter-codeframe/commit/7b4cac29efc3eda0fa5e8325967ed18a39eacd19)) +* enable `prefer-arrow-callback` on ESLint codebase (fixes [#6407](https://github.com/eslint-community/eslint-formatter-codeframe/issues/6407)) ([#7503](https://github.com/eslint-community/eslint-formatter-codeframe/issues/7503)) ([82d9b63](https://github.com/eslint-community/eslint-formatter-codeframe/commit/82d9b63ea0686fe1c9ecb211526514320b011eaf)) +* enable array-bracket-spacing on ESLint codebase ([#7830](https://github.com/eslint-community/eslint-formatter-codeframe/issues/7830)) ([b7651d4](https://github.com/eslint-community/eslint-formatter-codeframe/commit/b7651d4b350349fb336c2aa8539c78fb34575ea6)) +* Enable comma-dangle on ESLint codebase (fixes [#7725](https://github.com/eslint-community/eslint-formatter-codeframe/issues/7725)) ([#7906](https://github.com/eslint-community/eslint-formatter-codeframe/issues/7906)) ([9f65b7d](https://github.com/eslint-community/eslint-formatter-codeframe/commit/9f65b7d19301bcf466ab236e1b79d1216906597e)) +* enable require-unicode-regexp on ESLint codebase ([#11422](https://github.com/eslint-community/eslint-formatter-codeframe/issues/11422)) ([e4814c6](https://github.com/eslint-community/eslint-formatter-codeframe/commit/e4814c611bef6bbe247610a5f691da600190460c)) +* fix ci error ([#115](https://github.com/eslint-community/eslint-formatter-codeframe/issues/115)) ([3feeaa9](https://github.com/eslint-community/eslint-formatter-codeframe/commit/3feeaa90eba270e555f88f597445ec4b79c0f99c)) +* **readme:** remove maintenance warning from readme ([#17](https://github.com/eslint-community/eslint-formatter-codeframe/issues/17)) ([9346c4c](https://github.com/eslint-community/eslint-formatter-codeframe/commit/9346c4ca74d96f7c07929a7d783c22ce1fd53213)) +* remove `CODEOWNERS` ([#6](https://github.com/eslint-community/eslint-formatter-codeframe/issues/6)) ([f76c4db](https://github.com/eslint-community/eslint-formatter-codeframe/commit/f76c4dbc418d5c966a947c2a652508ad7a5676ff)) +* restructure files ([#11555](https://github.com/eslint-community/eslint-formatter-codeframe/issues/11555)) ([cd611a5](https://github.com/eslint-community/eslint-formatter-codeframe/commit/cd611a5c0d19e86ff1f5c7f3b58108ce4da31761)) +* use precalculated counts in codeframe formatter ([#8296](https://github.com/eslint-community/eslint-formatter-codeframe/issues/8296)) ([923a9cf](https://github.com/eslint-community/eslint-formatter-codeframe/commit/923a9cfe4fc62c52c912bffc0ef7a7406ef03d4f)) diff --git a/package.json b/package.json index 5db32b9..1aa156d 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-formatter-codeframe", - "version": "7.32.1", + "version": "7.32.2", "description": "ESLint’s official `codeframe` formatter, extracted from ESLint 7", "keywords": [ "lint",