From 7514e18dbb9cd8e9a2cae773e693b689d31b2608 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Dec 2024 03:11:40 +0000 Subject: [PATCH] chore(release): 7.2.0 [skip ci] # [7.2.0](https://github.com/eslint-functional/eslint-plugin-functional/compare/v7.1.0...v7.2.0) (2024-12-19) ### Features * **no-conditional-statements:** add option `ignoreCodePattern` for ignoring if conditions ([#909](https://github.com/eslint-functional/eslint-plugin-functional/issues/909)) ([d3cf5d8](https://github.com/eslint-functional/eslint-plugin-functional/commit/d3cf5d8eaf5e9095e67a0743004e1f5e4effa5ed)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44611292d..c412ffa09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. Dates are displayed in UTC. +# [7.2.0](https://github.com/eslint-functional/eslint-plugin-functional/compare/v7.1.0...v7.2.0) (2024-12-19) + + +### Features + +* **no-conditional-statements:** add option `ignoreCodePattern` for ignoring if conditions ([#909](https://github.com/eslint-functional/eslint-plugin-functional/issues/909)) ([d3cf5d8](https://github.com/eslint-functional/eslint-plugin-functional/commit/d3cf5d8eaf5e9095e67a0743004e1f5e4effa5ed)) + # [7.1.0](https://github.com/eslint-functional/eslint-plugin-functional/compare/v7.0.3...v7.1.0) (2024-10-20)