Skip to content

Commit bbabb20

Browse files
committed
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2018-06-29) ### Bug Fixes * **rules:** fix ion-button-is-now-an-element for angular html syntax ([bb5f631](bb5f631)) * **test:** add proper closing tag ([39f373f](39f373f)) * **test:** prefer `mocha` over `mocha test` ([9122393](9122393)) ### Features * **datetime:** add check for import change ([1a9928b](1a9928b)) * **getSlidingPercent rule:** ([#19](#19)) ([2617d26](2617d26)) * **rule:** add new ion-chip rule ([6fc7d7d](6fc7d7d)) * **rule:** ion-item-options markup has changed ([#15](#15)) ([c48e556](c48e556)) * **rules:** add ion-fab-attributes-renamed rule ([#16](#16)) ([a71d8bc](a71d8bc)) * **rules:** add ion-fab-button-is-now-an-element rule ([f793b16](f793b16)) * **rules:** add ion-item-is-now-an-element rule ([#10](#10)) ([846a37e](846a37e))
1 parent 440306a commit bbabb20

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [1.2.0](https://github.com/ionic-team/v4-migration-tslint/compare/v1.1.0...v1.2.0) (2018-06-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **rules:** fix ion-button-is-now-an-element for angular html syntax ([bb5f631](https://github.com/ionic-team/v4-migration-tslint/commit/bb5f631))
7+
* **test:** add proper closing tag ([39f373f](https://github.com/ionic-team/v4-migration-tslint/commit/39f373f))
8+
* **test:** prefer `mocha` over `mocha test` ([9122393](https://github.com/ionic-team/v4-migration-tslint/commit/9122393))
9+
10+
11+
### Features
12+
13+
* **datetime:** add check for import change ([1a9928b](https://github.com/ionic-team/v4-migration-tslint/commit/1a9928b))
14+
* **getSlidingPercent rule:** ([#19](https://github.com/ionic-team/v4-migration-tslint/issues/19)) ([2617d26](https://github.com/ionic-team/v4-migration-tslint/commit/2617d26))
15+
* **rule:** add new ion-chip rule ([6fc7d7d](https://github.com/ionic-team/v4-migration-tslint/commit/6fc7d7d))
16+
* **rule:** ion-item-options markup has changed ([#15](https://github.com/ionic-team/v4-migration-tslint/issues/15)) ([c48e556](https://github.com/ionic-team/v4-migration-tslint/commit/c48e556))
17+
* **rules:** add ion-fab-attributes-renamed rule ([#16](https://github.com/ionic-team/v4-migration-tslint/issues/16)) ([a71d8bc](https://github.com/ionic-team/v4-migration-tslint/commit/a71d8bc))
18+
* **rules:** add ion-fab-button-is-now-an-element rule ([f793b16](https://github.com/ionic-team/v4-migration-tslint/commit/f793b16))
19+
* **rules:** add ion-item-is-now-an-element rule ([#10](https://github.com/ionic-team/v4-migration-tslint/issues/10)) ([846a37e](https://github.com/ionic-team/v4-migration-tslint/commit/846a37e))
20+
121
<a name="1.1.0"></a>
222
# [1.1.0](https://github.com/ionic-team/v4-migration-tslint/compare/v1.0.0...v1.1.0) (2018-05-30)
323

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.1.0",
3+
"version": "1.2.0",
44
"description": "TSLint rules for Ionic Angular v4 Migration",
55
"main": "rules/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)