Skip to content
This repository was archived by the owner on Feb 21, 2022. It is now read-only.

Commit b60fc6d

Browse files
author
Manuel Lopez
committed
[docs] v3.3.0
1 parent 18902f1 commit b60fc6d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

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+
311
## [v3.2.3] - 2016/12/24 22:52 GMT-0600
412
#### Fixes
513
- handle-callback-err ([0a9a882])
@@ -214,7 +222,8 @@ Note that the npm release `v3.2.1` only contains this hotfix [cb01358].
214222
- Added and made lots of improvements in README.md
215223

216224

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
218227
[v3.2.2]: https://github.com/buzinas/tslint-eslint-rules/compare/v3.2.0...v3.2.2
219228
[v3.2.0]: https://github.com/buzinas/tslint-eslint-rules/compare/v3.1.0...v3.2.0
220229
[v3.1.0]: https://github.com/buzinas/tslint-eslint-rules/compare/v3.0.0...v3.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tslint-eslint-rules",
3-
"version": "3.2.3",
3+
"version": "3.3.0",
44
"description": "Improve your TSLint with the missing ESLint Rules",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)