Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
Ionitron committed Oct 9, 2018
1 parent 7318565 commit b95b082
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b95b082

Please sign in to comment.