Skip to content

Commit 946d12e

Browse files
github-actions[bot]github-actionsGudahtt
authored
11.0.2 (#265)
* 11.0.2 * Update changelogs and remove unnecessary bumps The changelogs for the `typescript` and `base` packages have been updated. The `browser`, `jest`, and `mocha` packages were only bumped because of README updates, so those package bumps have been reverted. They don't need to be published now. Co-authored-by: github-actions <[email protected]> Co-authored-by: Mark Stacey <[email protected]>
1 parent fe32312 commit 946d12e

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "11.0.1",
3+
"version": "11.0.2",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/base/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [11.0.2]
10+
### Changed
11+
- Stop requiring newlines between multiline blocks/expressions ([#263](https://github.com/MetaMask/eslint-config/pull/263))
12+
913
## [11.0.1]
1014
### Fixed
1115
- 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
152156
### Added
153157
- Add base, TypeScript, and Jest configs (#3)
154158

155-
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.0.1...HEAD
159+
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.0.2...HEAD
160+
[11.0.2]: https://github.com/MetaMask/eslint-config/compare/v11.0.1...v11.0.2
156161
[11.0.1]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.0.1
157162
[11.0.0]: https://github.com/MetaMask/eslint-config/compare/v10.0.0...v11.0.0
158163
[10.0.0]: https://github.com/MetaMask/eslint-config/compare/v9.0.0...v10.0.0

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eslint-config",
3-
"version": "11.0.1",
3+
"version": "11.0.2",
44
"description": "Shareable MetaMask ESLint config.",
55
"homepage": "https://github.com/MetaMask/eslint-config#readme",
66
"bugs": {

packages/typescript/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [11.0.2]
10+
### Changed
11+
- Allow async functions without any 'await' ([#262](https://github.com/MetaMask/eslint-config/pull/262))
12+
- Allow parameters to use PascalCase ([#264](https://github.com/MetaMask/eslint-config/pull/264))
13+
914
## [11.0.0]
1015
### Added
1116
- **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
8489
- 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`.
8590
- Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151))
8691

87-
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...HEAD
92+
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.0.2...HEAD
93+
[11.0.2]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.0.2
8894
[11.0.0]: https://github.com/MetaMask/eslint-config/compare/v10.0.0...v11.0.0
8995
[10.0.0]: https://github.com/MetaMask/eslint-config/compare/v9.0.1...v10.0.0
9096
[9.0.1]: https://github.com/MetaMask/eslint-config/compare/v9.0.0...v9.0.1

packages/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eslint-config-typescript",
3-
"version": "11.0.0",
3+
"version": "11.0.2",
44
"description": "Shareable MetaMask ESLint config for TypeScript.",
55
"homepage": "https://github.com/MetaMask/eslint-config#readme",
66
"bugs": {

0 commit comments

Comments
 (0)