Skip to content

Commit 2cf1f3a

Browse files
committed
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2018-07-03) ### Bug Fixes * correct readme for nonexistent rule ([54d6e74](54d6e74)) * **rules:** fix colliding rules ([#23](#23)) ([81038d3](81038d3)) ### Features * **rules:** add ion-radio-attributes-renamed rule ([#24](#24)) ([c1890fd](c1890fd)) * **rules:** add ion-radio-slot-required rule ([#25](#25)) ([92ade8f](92ade8f))
1 parent c1890fd commit 2cf1f3a

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.3.0](https://github.com/ionic-team/v4-migration-tslint/compare/v1.2.0...v1.3.0) (2018-07-03)
2+
3+
4+
### Bug Fixes
5+
6+
* correct readme for nonexistent rule ([54d6e74](https://github.com/ionic-team/v4-migration-tslint/commit/54d6e74))
7+
* **rules:** fix colliding rules ([#23](https://github.com/ionic-team/v4-migration-tslint/issues/23)) ([81038d3](https://github.com/ionic-team/v4-migration-tslint/commit/81038d3))
8+
9+
10+
### Features
11+
12+
* **rules:** add ion-radio-attributes-renamed rule ([#24](https://github.com/ionic-team/v4-migration-tslint/issues/24)) ([c1890fd](https://github.com/ionic-team/v4-migration-tslint/commit/c1890fd))
13+
* **rules:** add ion-radio-slot-required rule ([#25](https://github.com/ionic-team/v4-migration-tslint/issues/25)) ([92ade8f](https://github.com/ionic-team/v4-migration-tslint/commit/92ade8f))
14+
115
# [1.2.0](https://github.com/ionic-team/v4-migration-tslint/compare/v1.1.0...v1.2.0) (2018-06-29)
216

317

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/v4-migration-tslint",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "TSLint rules for Ionic Angular v4 Migration",
55
"main": "rules/index.js",
66
"scripts": {
@@ -104,4 +104,4 @@
104104
"path": "./node_modules/cz-conventional-changelog"
105105
}
106106
}
107-
}
107+
}

0 commit comments

Comments
 (0)