Skip to content

Commit

Permalink
chore(release): 4.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.3.0](v4.2.2...v4.3.0) (2022-09-08)

### Bug Fixes

* **prefer-tacit:** assign callee to a new variable when autofixing function declarations ([4467d1b](4467d1b))

### Features

* **prefer-tacit:** support autofixing function calls with type parameters ([#415](#415)) ([e752ced](e752ced))
  • Loading branch information
semantic-release-bot committed Sep 8, 2022
1 parent c255149 commit 72fa96c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.

# [4.3.0](https://github.com/eslint-functional/eslint-plugin-functional/compare/v4.2.2...v4.3.0) (2022-09-08)


### Bug Fixes

* **prefer-tacit:** assign callee to a new variable when autofixing function declarations ([4467d1b](https://github.com/eslint-functional/eslint-plugin-functional/commit/4467d1b98eb15852ea86db7db31bde7193f3055d))


### Features

* **prefer-tacit:** support autofixing function calls with type parameters ([#415](https://github.com/eslint-functional/eslint-plugin-functional/issues/415)) ([e752ced](https://github.com/eslint-functional/eslint-plugin-functional/commit/e752ced76ca0df54bc03f7d6d4fec59fe694c759))

## [4.2.2](https://github.com/eslint-functional/eslint-plugin-functional/compare/v4.2.1...v4.2.2) (2022-07-22)


Expand Down

0 comments on commit 72fa96c

Please sign in to comment.