Skip to content

Commit 5ab3312

Browse files
github-actions[bot]github-actionsGudahtt
authored
11.1.0 (#268)
* 11.1.0 * Update changelog Co-authored-by: github-actions <[email protected]> Co-authored-by: Mark Stacey <[email protected]>
1 parent 23cc6f4 commit 5ab3312

File tree

15 files changed

+50
-15
lines changed

15 files changed

+50
-15
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.2",
3+
"version": "11.1.0",
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.1.0]
10+
### Changed
11+
- Exclude test files from package ([#266](https://github.com/MetaMask/eslint-config/pull/266))
12+
913
## [11.0.2]
1014
### Changed
1115
- Stop requiring newlines between multiline blocks/expressions ([#263](https://github.com/MetaMask/eslint-config/pull/263))
@@ -156,7 +160,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
156160
### Added
157161
- Add base, TypeScript, and Jest configs (#3)
158162

159-
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.0.2...HEAD
163+
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...HEAD
164+
[11.1.0]: https://github.com/MetaMask/eslint-config/compare/v11.0.2...v11.1.0
160165
[11.0.2]: https://github.com/MetaMask/eslint-config/compare/v11.0.1...v11.0.2
161166
[11.0.1]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.0.1
162167
[11.0.0]: https://github.com/MetaMask/eslint-config/compare/v10.0.0...v11.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.2",
3+
"version": "11.1.0",
44
"description": "Shareable MetaMask ESLint config.",
55
"homepage": "https://github.com/MetaMask/eslint-config#readme",
66
"bugs": {

packages/browser/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [11.1.0]
10+
### Changed
11+
- Exclude test files from package ([#266](https://github.com/MetaMask/eslint-config/pull/266))
12+
913
## [11.0.0]
1014
### Added
1115
- Initial release of this package.
1216

13-
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...HEAD
17+
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...HEAD
18+
[11.1.0]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.1.0
1419
[11.0.0]: https://github.com/MetaMask/eslint-config/releases/tag/v11.0.0

packages/browser/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-browser",
3-
"version": "11.0.0",
3+
"version": "11.1.0",
44
"description": "Shareable MetaMask ESLint plugin for browser environments.",
55
"homepage": "https://github.com/MetaMask/eslint-config#readme",
66
"bugs": {

packages/commonjs/CHANGELOG.md

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

77
## [Unreleased]
88

9-
[Unreleased]: https://github.com/MetaMask/eslint-config/
9+
## [11.1.0]
10+
### Added
11+
- Initial release of this package ([#267](https://github.com/MetaMask/eslint-config/pull/267))
12+
13+
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...HEAD
14+
[11.1.0]: https://github.com/MetaMask/eslint-config/releases/tag/v11.1.0

packages/commonjs/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-commonjs",
3-
"version": "11.0.2",
3+
"version": "11.1.0",
44
"description": "Shareable MetaMask ESLint config for CommonJS projects.",
55
"homepage": "https://github.com/MetaMask/eslint-config#readme",
66
"bugs": {

packages/jest/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.1.0]
10+
### Changed
11+
- Exclude test files from package ([#266](https://github.com/MetaMask/eslint-config/pull/266))
12+
913
## [11.0.0]
1014
### Changed
1115
- **BREAKING:** Bump all ESLint dependencies to the latest version ([#252](https://github.com/MetaMask/eslint-config/pull/252))
@@ -51,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5155
- To continue extending this config, install this package and update your `.eslintrc.js` `extends` array to include `@metamask/eslint-config-jest` instead of `@metamask/eslint-config/jest`.
5256
- Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151))
5357

54-
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...HEAD
58+
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...HEAD
59+
[11.1.0]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.1.0
5560
[11.0.0]: https://github.com/MetaMask/eslint-config/compare/v10.0.0...v11.0.0
5661
[10.0.0]: https://github.com/MetaMask/eslint-config/compare/v9.0.0...v10.0.0
5762
[9.0.0]: https://github.com/MetaMask/eslint-config/compare/v8.0.0...v9.0.0

packages/jest/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-jest",
3-
"version": "11.0.0",
3+
"version": "11.1.0",
44
"description": "Shareable MetaMask ESLint config for Jest.",
55
"homepage": "https://github.com/MetaMask/eslint-config#readme",
66
"bugs": {

packages/mocha/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.1.0]
10+
### Changed
11+
- Exclude test files from package ([#266](https://github.com/MetaMask/eslint-config/pull/266))
12+
913
## [11.0.0]
1014
### Changed
1115
- **BREAKING:** Bump all ESLint dependencies to the latest version ([#252](https://github.com/MetaMask/eslint-config/pull/252))
@@ -53,7 +57,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5357
- To continue extending this config, install this package and update your `.eslintrc.js` `extends` array to include `@metamask/eslint-config-mocha` instead of `@metamask/eslint-config/mocha`.
5458
- Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151))
5559

56-
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...HEAD
60+
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...HEAD
61+
[11.1.0]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.1.0
5762
[11.0.0]: https://github.com/MetaMask/eslint-config/compare/v10.0.0...v11.0.0
5863
[10.0.0]: https://github.com/MetaMask/eslint-config/compare/v9.0.0...v10.0.0
5964
[9.0.0]: https://github.com/MetaMask/eslint-config/compare/v8.0.0...v9.0.0

0 commit comments

Comments
 (0)