diff --git a/CHANGELOG.md b/CHANGELOG.md index 599cdb0af..0d9efb893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog All notable changes to this project will be documented in this file. Dates are displayed in UTC. +# [4.4.0-beta.1](https://github.com/eslint-functional/eslint-plugin-functional/compare/v4.3.1...v4.4.0-beta.1) (2022-09-19) + + +### Bug Fixes + +* **prefer-readonly-type:** deprecated this rule ([cdad4e6](https://github.com/eslint-functional/eslint-plugin-functional/commit/cdad4e637cac4f16d37727b642b404dc14adf5ed)) + + +### Features + +* **prefer-immutable-parameter-types:** create rule ([cfa93dc](https://github.com/eslint-functional/eslint-plugin-functional/commit/cfa93dcad30953f55ced79aac9c48fb56296e0fa)) +* **type-declaration-immutability:** create rule ([7838fd2](https://github.com/eslint-functional/eslint-plugin-functional/commit/7838fd217379f9240280cb41a46be647ab6b277d)) + ## [4.3.1](https://github.com/eslint-functional/eslint-plugin-functional/compare/v4.3.0...v4.3.1) (2022-09-14)