This repository was archived by the owner on Feb 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ v3.3.0] - 2017/02/04 04:45 GMT-0600
4
+ ### Changes
5
+ - Build errors fixed ([ d163eb5] )
6
+ - TSLint extends support ([ 18902f1] )
7
+
8
+ [ d163eb5 ] : https://github.com/buzinas/tslint-eslint-rules/commit/d163eb5aa438cce25da2624cf43c478544e7889b
9
+ [ 18902f1 ] : https://github.com/buzinas/tslint-eslint-rules/commit/18902f10939aeb4dedbcb7334be42d462846457c
10
+
3
11
## [ v3.2.3] - 2016/12/24 22:52 GMT-0600
4
12
#### Fixes
5
13
- handle-callback-err ([ 0a9a882] )
@@ -214,7 +222,8 @@ Note that the npm release `v3.2.1` only contains this hotfix [cb01358].
214
222
- Added and made lots of improvements in README.md
215
223
216
224
217
- [ v3.2.3 ] : https://github.com/buzinas/tslint-eslint-rules/compare/v3.2.0...v3.2.3
225
+ [ v3.3.0 ] : https://github.com/buzinas/tslint-eslint-rules/compare/v3.2.3...v3.3.0
226
+ [ v3.2.3 ] : https://github.com/buzinas/tslint-eslint-rules/compare/v3.2.2...v3.2.3
218
227
[ v3.2.2 ] : https://github.com/buzinas/tslint-eslint-rules/compare/v3.2.0...v3.2.2
219
228
[ v3.2.0 ] : https://github.com/buzinas/tslint-eslint-rules/compare/v3.1.0...v3.2.0
220
229
[ v3.1.0 ] : https://github.com/buzinas/tslint-eslint-rules/compare/v3.0.0...v3.1.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tslint-eslint-rules" ,
3
- "version" : " 3.2.3 " ,
3
+ "version" : " 3.3.0 " ,
4
4
"description" : " Improve your TSLint with the missing ESLint Rules" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments