From 793324a4af14c412ce6b5252617419fb94ec687b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 Jan 2025 03:46:21 +0000 Subject: [PATCH] chore(release): 8.0.0 [skip ci] # [8.0.0](https://github.com/eslint-functional/eslint-plugin-functional/compare/v7.3.0...v8.0.0) (2025-01-14) ### Bug Fixes * prefix PrivateIdentifier names with a # ([#921](https://github.com/eslint-functional/eslint-plugin-functional/issues/921)) ([09b6474](https://github.com/eslint-functional/eslint-plugin-functional/commit/09b64743bd32e1303728d637592317a89b842a23)), closes [#910](https://github.com/eslint-functional/eslint-plugin-functional/issues/910) [#911](https://github.com/eslint-functional/eslint-plugin-functional/issues/911) ### BREAKING CHANGES * when using patterns to match against PrivateIdentifiers, their names are now prefixed with a #. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec6dc2c13..7fb712ad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog All notable changes to this project will be documented in this file. Dates are displayed in UTC. +# [8.0.0](https://github.com/eslint-functional/eslint-plugin-functional/compare/v7.3.0...v8.0.0) (2025-01-14) + + +### Bug Fixes + +* prefix PrivateIdentifier names with a # ([#921](https://github.com/eslint-functional/eslint-plugin-functional/issues/921)) ([09b6474](https://github.com/eslint-functional/eslint-plugin-functional/commit/09b64743bd32e1303728d637592317a89b842a23)), closes [#910](https://github.com/eslint-functional/eslint-plugin-functional/issues/910) [#911](https://github.com/eslint-functional/eslint-plugin-functional/issues/911) + + +### BREAKING CHANGES + +* when using patterns to match against PrivateIdentifiers, their names are now prefixed with a #. + # [7.3.0](https://github.com/eslint-functional/eslint-plugin-functional/compare/v7.2.2...v7.3.0) (2025-01-14)