From 4c2d5c0b81c7cf6bf5b460309fb5d9886861b427 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 20 Oct 2024 17:20:39 +0000 Subject: [PATCH] chore(release): 7.1.0 [skip ci] # [7.1.0](https://github.com/eslint-functional/eslint-plugin-functional/compare/v7.0.3...v7.1.0) (2024-10-20) ### Features * new rule no-class-inheritance ([#890](https://github.com/eslint-functional/eslint-plugin-functional/issues/890)) ([53df2fd](https://github.com/eslint-functional/eslint-plugin-functional/commit/53df2fd0746ec11fe85ca61c1f795b1b29be355d)), closes [#886](https://github.com/eslint-functional/eslint-plugin-functional/issues/886) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f18a72fe..44611292d 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.1.0](https://github.com/eslint-functional/eslint-plugin-functional/compare/v7.0.3...v7.1.0) (2024-10-20) + + +### Features + +* new rule no-class-inheritance ([#890](https://github.com/eslint-functional/eslint-plugin-functional/issues/890)) ([53df2fd](https://github.com/eslint-functional/eslint-plugin-functional/commit/53df2fd0746ec11fe85ca61c1f795b1b29be355d)), closes [#886](https://github.com/eslint-functional/eslint-plugin-functional/issues/886) + ## [7.0.3](https://github.com/eslint-functional/eslint-plugin-functional/compare/v7.0.2...v7.0.3) (2024-10-20)