File tree 12 files changed +42
-12
lines changed
12 files changed +42
-12
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
12
## [ 1.4.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.0...v1.4.1 ) (2019-02-23)
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.4.1 " ,
2
+ "version" : " 1.4.2 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
5
"stream" : true
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 1.4.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.0...v1.4.1 ) (2019-02-23)
7
11
8
12
** Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/eslint-plugin-tslint" ,
3
- "version" : " 1.4.1 " ,
3
+ "version" : " 1.4.2 " ,
4
4
"main" : " dist/index.js" ,
5
5
"typings" : " src/index.ts" ,
6
6
"description" : " TSLint wrapper plugin for ESLint" ,
35
35
"devDependencies" : {
36
36
"@types/eslint" : " ^4.16.3" ,
37
37
"@types/lodash.memoize" : " ^4.1.4" ,
38
- "@typescript-eslint/parser" : " 1.4.1 "
38
+ "@typescript-eslint/parser" : " 1.4.2 "
39
39
}
40
40
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 1.4.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.0...v1.4.1 ) (2019-02-23)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/eslint-plugin" ,
3
- "version" : " 1.4.1 " ,
3
+ "version" : " 1.4.2 " ,
4
4
"description" : " TypeScript plugin for ESLint" ,
5
5
"keywords" : [
6
6
" eslint" ,
35
35
"typecheck" : " tsc --noEmit"
36
36
},
37
37
"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 " ,
40
40
"requireindex" : " ^1.2.0" ,
41
41
"tsutils" : " ^3.7.0"
42
42
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 1.4.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.0...v1.4.1 ) (2019-02-23)
7
11
8
12
** Note:** Version bump only for package @typescript-eslint/parser
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/parser" ,
3
- "version" : " 1.4.1 " ,
3
+ "version" : " 1.4.2 " ,
4
4
"description" : " An ESLint custom parser which leverages TypeScript ESTree" ,
5
5
"main" : " dist/parser.js" ,
6
6
"files" : [
37
37
"typescript" : " *"
38
38
},
39
39
"dependencies" : {
40
- "@typescript-eslint/typescript-estree" : " 1.4.1 " ,
40
+ "@typescript-eslint/typescript-estree" : " 1.4.2 " ,
41
41
"eslint-scope" : " ^4.0.0" ,
42
42
"eslint-visitor-keys" : " ^1.0.0"
43
43
},
44
44
"devDependencies" : {
45
45
"@types/eslint" : " ^4.16.5" ,
46
46
"@types/eslint-visitor-keys" : " ^1.0.0" ,
47
- "@typescript-eslint/shared-fixtures" : " 1.4.1 "
47
+ "@typescript-eslint/shared-fixtures" : " 1.4.2 "
48
48
}
49
49
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 1.4.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.0...v1.4.1 ) (2019-02-23)
7
15
8
16
** Note:** Version bump only for package @typescript-eslint/shared-fixtures
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/shared-fixtures" ,
3
- "version" : " 1.4.1 " ,
3
+ "version" : " 1.4.2 " ,
4
4
"private" : true
5
5
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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/typescript-estree
9
+
6
10
## [ 1.4.1] ( https://github.com/typescript-eslint/typescript-eslint/compare/v1.4.0...v1.4.1 ) (2019-02-23)
7
11
8
12
** Note:** Version bump only for package @typescript-eslint/typescript-estree
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typescript-eslint/typescript-estree" ,
3
- "version" : " 1.4.1 " ,
3
+ "version" : " 1.4.2 " ,
4
4
"description" : " A parser that converts TypeScript source code into an ESTree compatible form" ,
5
5
"main" : " dist/parser.js" ,
6
6
"types" : " dist/parser.d.ts" ,
44
44
},
45
45
"devDependencies" : {
46
46
"@babel/types" : " ^7.3.2" ,
47
- "@typescript-eslint/shared-fixtures" : " 1.4.1 "
47
+ "@typescript-eslint/shared-fixtures" : " 1.4.2 "
48
48
}
49
49
}
You can’t perform that action at this time.
0 commit comments