diff --git a/package.json b/package.json index 9d3b429e..5e7132b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "11.0.1", + "version": "11.0.2", "private": true, "repository": { "type": "git", diff --git a/packages/base/CHANGELOG.md b/packages/base/CHANGELOG.md index 108ec0cf..1625f037 100644 --- a/packages/base/CHANGELOG.md +++ b/packages/base/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [11.0.2] +### Changed +- Stop requiring newlines between multiline blocks/expressions ([#263](https://github.com/MetaMask/eslint-config/pull/263)) + ## [11.0.1] ### Fixed - Enable function expressions again ([#258](https://github.com/MetaMask/eslint-config/pull/258)) @@ -152,7 +156,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add base, TypeScript, and Jest configs (#3) -[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.0.2...HEAD +[11.0.2]: https://github.com/MetaMask/eslint-config/compare/v11.0.1...v11.0.2 [11.0.1]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.0.1 [11.0.0]: https://github.com/MetaMask/eslint-config/compare/v10.0.0...v11.0.0 [10.0.0]: https://github.com/MetaMask/eslint-config/compare/v9.0.0...v10.0.0 diff --git a/packages/base/package.json b/packages/base/package.json index 3a115e8c..b7a585b1 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eslint-config", - "version": "11.0.1", + "version": "11.0.2", "description": "Shareable MetaMask ESLint config.", "homepage": "https://github.com/MetaMask/eslint-config#readme", "bugs": { diff --git a/packages/typescript/CHANGELOG.md b/packages/typescript/CHANGELOG.md index 5f0273bd..d7eade4e 100644 --- a/packages/typescript/CHANGELOG.md +++ b/packages/typescript/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [11.0.2] +### Changed +- Allow async functions without any 'await' ([#262](https://github.com/MetaMask/eslint-config/pull/262)) +- Allow parameters to use PascalCase ([#264](https://github.com/MetaMask/eslint-config/pull/264)) + ## [11.0.0] ### Added - **BREAKING:** Add rules that require type information ([#250](https://github.com/MetaMask/eslint-config/pull/250)) @@ -84,7 +89,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - To continue extending this config, install this package and update your `.eslintrc.js` `extends` array to include `@metamask/eslint-config-typescript` instead of `@metamask/eslint-config/typescript`. - Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151)) -[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.0.2...HEAD +[11.0.2]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.0.2 [11.0.0]: https://github.com/MetaMask/eslint-config/compare/v10.0.0...v11.0.0 [10.0.0]: https://github.com/MetaMask/eslint-config/compare/v9.0.1...v10.0.0 [9.0.1]: https://github.com/MetaMask/eslint-config/compare/v9.0.0...v9.0.1 diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 2887ad2c..7ead0562 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eslint-config-typescript", - "version": "11.0.0", + "version": "11.0.2", "description": "Shareable MetaMask ESLint config for TypeScript.", "homepage": "https://github.com/MetaMask/eslint-config#readme", "bugs": {