Skip to content

Commit af9ca44

Browse files
committed
chore(release): 1.5.0 [skip ci]
# [1.5.0](v1.4.0...v1.5.0) (2018-07-31) ### Bug Fixes * **packages:** move codelyzer and tslint to dependencies ([#45](#45)) ([3ea86a3](3ea86a3)), closes [#44](#44) ### Features * **rules:** create/present should use await rule ([#40](#40)) ([c39a8cd](c39a8cd)), closes [#39](#39)
1 parent 17954b5 commit af9ca44

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.5.0](https://github.com/ionic-team/v4-migration-tslint/compare/v1.4.0...v1.5.0) (2018-07-31)
2+
3+
4+
### Bug Fixes
5+
6+
* **packages:** move codelyzer and tslint to dependencies ([#45](https://github.com/ionic-team/v4-migration-tslint/issues/45)) ([3ea86a3](https://github.com/ionic-team/v4-migration-tslint/commit/3ea86a3)), closes [#44](https://github.com/ionic-team/v4-migration-tslint/issues/44)
7+
8+
9+
### Features
10+
11+
* **rules:** create/present should use await rule ([#40](https://github.com/ionic-team/v4-migration-tslint/issues/40)) ([c39a8cd](https://github.com/ionic-team/v4-migration-tslint/commit/c39a8cd)), closes [#39](https://github.com/ionic-team/v4-migration-tslint/issues/39)
12+
113
# [1.4.0](https://github.com/ionic-team/v4-migration-tslint/compare/v1.3.0...v1.4.0) (2018-07-24)
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.4.0",
3+
"version": "1.5.0",
44
"description": "TSLint rules for Ionic Angular v4 Migration",
55
"main": "rules/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)