Skip to content

Commit 2f4276f

Browse files
committed
chore: publish v1.4.2
1 parent eaaa471 commit 2f4276f

File tree

12 files changed

+42
-12
lines changed

12 files changed

+42
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.2](https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.1...v1.4.2) (2019-02-25)
7+
8+
### Bug Fixes
9+
10+
- trigger new release ([eaaa471](https://github.com/typescript-eslint/typescript-eslint/commit/eaaa471))
11+
612
## [1.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.0...v1.4.1) (2019-02-23)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.1",
2+
"version": "1.4.2",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"stream": true

packages/eslint-plugin-tslint/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.2](https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.1...v1.4.2) (2019-02-25)
7+
8+
**Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
9+
610
## [1.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.0...v1.4.1) (2019-02-23)
711

812
**Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint

packages/eslint-plugin-tslint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/eslint-plugin-tslint",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"main": "dist/index.js",
55
"typings": "src/index.ts",
66
"description": "TSLint wrapper plugin for ESLint",
@@ -35,6 +35,6 @@
3535
"devDependencies": {
3636
"@types/eslint": "^4.16.3",
3737
"@types/lodash.memoize": "^4.1.4",
38-
"@typescript-eslint/parser": "1.4.1"
38+
"@typescript-eslint/parser": "1.4.2"
3939
}
4040
}

packages/eslint-plugin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.2](https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.1...v1.4.2) (2019-02-25)
7+
8+
**Note:** Version bump only for package @typescript-eslint/eslint-plugin
9+
610
## [1.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.0...v1.4.1) (2019-02-23)
711

812
### Bug Fixes

packages/eslint-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/eslint-plugin",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "TypeScript plugin for ESLint",
55
"keywords": [
66
"eslint",
@@ -35,8 +35,8 @@
3535
"typecheck": "tsc --noEmit"
3636
},
3737
"dependencies": {
38-
"@typescript-eslint/parser": "1.4.1",
39-
"@typescript-eslint/typescript-estree": "1.4.1",
38+
"@typescript-eslint/parser": "1.4.2",
39+
"@typescript-eslint/typescript-estree": "1.4.2",
4040
"requireindex": "^1.2.0",
4141
"tsutils": "^3.7.0"
4242
},

packages/parser/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.2](https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.1...v1.4.2) (2019-02-25)
7+
8+
**Note:** Version bump only for package @typescript-eslint/parser
9+
610
## [1.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.0...v1.4.1) (2019-02-23)
711

812
**Note:** Version bump only for package @typescript-eslint/parser

packages/parser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/parser",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "An ESLint custom parser which leverages TypeScript ESTree",
55
"main": "dist/parser.js",
66
"files": [
@@ -37,13 +37,13 @@
3737
"typescript": "*"
3838
},
3939
"dependencies": {
40-
"@typescript-eslint/typescript-estree": "1.4.1",
40+
"@typescript-eslint/typescript-estree": "1.4.2",
4141
"eslint-scope": "^4.0.0",
4242
"eslint-visitor-keys": "^1.0.0"
4343
},
4444
"devDependencies": {
4545
"@types/eslint": "^4.16.5",
4646
"@types/eslint-visitor-keys": "^1.0.0",
47-
"@typescript-eslint/shared-fixtures": "1.4.1"
47+
"@typescript-eslint/shared-fixtures": "1.4.2"
4848
}
4949
}

packages/shared-fixtures/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.2](https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.1...v1.4.2) (2019-02-25)
7+
8+
**Note:** Version bump only for package @typescript-eslint/shared-fixtures
9+
10+
11+
12+
13+
614
## [1.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.0...v1.4.1) (2019-02-23)
715

816
**Note:** Version bump only for package @typescript-eslint/shared-fixtures

packages/shared-fixtures/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@typescript-eslint/shared-fixtures",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"private": true
55
}

0 commit comments

Comments
 (0)