Skip to content

Commit b95b082

Browse files
committed
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.1...v1.6.0) (2018-10-09) ### Bug Fixes * **rules:** support .then() in ion-overlay-method-*-should-use-await rule ([#62](#62)) ([7318565](7318565)) ### Features * **rules:** add fixer for directive-is-now-an-element rules ([#58](#58)) ([126b4f3](126b4f3))
1 parent 7318565 commit b95b082

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.6.0](https://github.com/ionic-team/v4-migration-tslint/compare/v1.5.1...v1.6.0) (2018-10-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **rules:** support .then() in ion-overlay-method-*-should-use-await rule ([#62](https://github.com/ionic-team/v4-migration-tslint/issues/62)) ([7318565](https://github.com/ionic-team/v4-migration-tslint/commit/7318565))
7+
8+
9+
### Features
10+
11+
* **rules:** add fixer for directive-is-now-an-element rules ([#58](https://github.com/ionic-team/v4-migration-tslint/issues/58)) ([126b4f3](https://github.com/ionic-team/v4-migration-tslint/commit/126b4f3))
12+
113
## [1.5.1](https://github.com/ionic-team/v4-migration-tslint/compare/v1.5.0...v1.5.1) (2018-09-04)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/v4-migration-tslint",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"description": "TSLint rules for Ionic Angular v4 Migration",
55
"main": "rules/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)