diff --git a/CHANGELOG.md b/CHANGELOG.md index d18fb92..93498da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.6.0](https://github.com/ionic-team/v4-migration-tslint/compare/v1.5.1...v1.6.0) (2018-10-09) + + +### Bug Fixes + +* **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)) + + +### Features + +* **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)) + ## [1.5.1](https://github.com/ionic-team/v4-migration-tslint/compare/v1.5.0...v1.5.1) (2018-09-04) diff --git a/package.json b/package.json index caa3aee..86be7a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/v4-migration-tslint", - "version": "1.5.1", + "version": "1.6.0", "description": "TSLint rules for Ionic Angular v4 Migration", "main": "rules/index.js", "scripts": {