Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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)
  • Loading branch information
Ionitron committed Jul 31, 2018
1 parent 17954b5 commit af9ca44
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.5.0](https://github.com/ionic-team/v4-migration-tslint/compare/v1.4.0...v1.5.0) (2018-07-31)


### Bug Fixes

* **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)


### Features

* **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)

# [1.4.0](https://github.com/ionic-team/v4-migration-tslint/compare/v1.3.0...v1.4.0) (2018-07-24)


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.4.0",
"version": "1.5.0",
"description": "TSLint rules for Ionic Angular v4 Migration",
"main": "rules/index.js",
"scripts": {
Expand Down

0 comments on commit af9ca44

Please sign in to comment.