diff --git a/CHANGELOG.md b/CHANGELOG.md index b0972d8..4719c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0](https://github.com/forcedotcom/eslint-config-salesforce-typescript/compare/v0.2.8...v1.0.0) (2022-06-20) + + +### Features + +* cause release ([effb11e](https://github.com/forcedotcom/eslint-config-salesforce-typescript/commit/effb11ec618318e2d548fe546ccbc26a71c0e8a3)) +* check strings with methods ([ed8179a](https://github.com/forcedotcom/eslint-config-salesforce-typescript/commit/ed8179a66af4a14e2942734822486257c4d65c45)) +* exhaustive switch ([ba582e2](https://github.com/forcedotcom/eslint-config-salesforce-typescript/commit/ba582e28e24d8512040dc11d009459bbe00ff3b1)) +* prefer ?? ([41f1c20](https://github.com/forcedotcom/eslint-config-salesforce-typescript/commit/41f1c202153f8bd0d52fa8e107afad89b7a4dff3)) +* prefer includes ([769da80](https://github.com/forcedotcom/eslint-config-salesforce-typescript/commit/769da8089f7ed8baa7f0910cc59ee8d1f34ef184)) +* prefer optional chaining ([a13c023](https://github.com/forcedotcom/eslint-config-salesforce-typescript/commit/a13c0239a7eecb4726a5a864dc6213a407f05f6a)) +* return await ([2ad7d4c](https://github.com/forcedotcom/eslint-config-salesforce-typescript/commit/2ad7d4c9c5b49e501d338660dedf97a8e43da56a)) +* type params on reduce ([e735d70](https://github.com/forcedotcom/eslint-config-salesforce-typescript/commit/e735d70e799e481489f4e991ce8a8e97e68ae407)) + + +### Bug Fixes + +* turn off base rule ([a4e9d91](https://github.com/forcedotcom/eslint-config-salesforce-typescript/commit/a4e9d9195403680aaaa952c864226b16afb0b549)) + ### 0.2.8 (2021-09-09)