Skip to content

Commit

Permalink
chore(release): 5.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0-beta.1](v4.3.1...v5.0.0-beta.1) (2022-09-19)

### Build System

* bump minimum supported version of node to 16.10 ([e9284c1](e9284c1))
* bump minimum supported version of TypeScript to 4.0.2 ([01e7eb4](01e7eb4))

### Features

* **no-method-signature:** rename to `prefer-property-signatures` & move it to `stylistic` ruleset ([2a9033e](2a9033e))
* **prefer-immutable-parameter-types:** create rule ([cfa93dc](cfa93dc))
* **prefer-readonly-type:** deprecated this rule ([86a6d78](86a6d78))
* remove `@typescript-eslint/prefer-readonly-parameter-types` from `external-recommended` ([60315ed](60315ed))
* **type-declaration-immutability:** create rule ([7838fd2](7838fd2))

### BREAKING CHANGES

* remove `@typescript-eslint/prefer-readonly-parameter-types` from `external-recommended`
* **no-method-signature:** rename to `prefer-property-signatures` & move it to `stylistic` ruleset
* bump minimum supported version of TypeScript to 4.0.2
* bump minimum supported version of node to 16.10
  • Loading branch information
semantic-release-bot committed Sep 19, 2022
1 parent 6f8a7a2 commit 9566b17
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.

# [5.0.0-beta.1](https://github.com/eslint-functional/eslint-plugin-functional/compare/v4.3.1...v5.0.0-beta.1) (2022-09-19)


### Build System

* bump minimum supported version of node to 16.10 ([e9284c1](https://github.com/eslint-functional/eslint-plugin-functional/commit/e9284c1feb0a2c74110857c9a71d72c079fadb51))
* bump minimum supported version of TypeScript to 4.0.2 ([01e7eb4](https://github.com/eslint-functional/eslint-plugin-functional/commit/01e7eb404461cb77bfc3cea4f4756de3c4d07ee3))


### Features

* **no-method-signature:** rename to `prefer-property-signatures` & move it to `stylistic` ruleset ([2a9033e](https://github.com/eslint-functional/eslint-plugin-functional/commit/2a9033e7d087a0c75972831e06eade3fde6981d8))
* **prefer-immutable-parameter-types:** create rule ([cfa93dc](https://github.com/eslint-functional/eslint-plugin-functional/commit/cfa93dcad30953f55ced79aac9c48fb56296e0fa))
* **prefer-readonly-type:** deprecated this rule ([86a6d78](https://github.com/eslint-functional/eslint-plugin-functional/commit/86a6d782b45096d9f677559f57e322df00794624))
* remove `@typescript-eslint/prefer-readonly-parameter-types` from `external-recommended` ([60315ed](https://github.com/eslint-functional/eslint-plugin-functional/commit/60315ed0b729fa3d5d424eac49d2ba80f505de5f))
* **type-declaration-immutability:** create rule ([7838fd2](https://github.com/eslint-functional/eslint-plugin-functional/commit/7838fd217379f9240280cb41a46be647ab6b277d))


### BREAKING CHANGES

* remove `@typescript-eslint/prefer-readonly-parameter-types` from `external-recommended`
* **no-method-signature:** rename to `prefer-property-signatures` & move it to `stylistic` ruleset
* bump minimum supported version of TypeScript to 4.0.2
* bump minimum supported version of node to 16.10

## [4.3.1](https://github.com/eslint-functional/eslint-plugin-functional/compare/v4.3.0...v4.3.1) (2022-09-14)


Expand Down

0 comments on commit 9566b17

Please sign in to comment.