From 03d0b9771b5a29f9c6d181f63fc46ef8520b0412 Mon Sep 17 00:00:00 2001 From: Ionitron Date: Tue, 4 Sep 2018 21:36:12 +0000 Subject: [PATCH] chore(release): 1.5.1 [skip ci] ## [1.5.1](https://github.com/ionic-team/v4-migration-tslint/compare/v1.5.0...v1.5.1) (2018-09-04) ### Bug Fixes * **dependencies:** Update codelyzer to fix template mangling ([#49](https://github.com/ionic-team/v4-migration-tslint/issues/49)) ([630f8b2](https://github.com/ionic-team/v4-migration-tslint/commit/630f8b2)), closes [#47](https://github.com/ionic-team/v4-migration-tslint/issues/47) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2546ccd..d18fb92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.1](https://github.com/ionic-team/v4-migration-tslint/compare/v1.5.0...v1.5.1) (2018-09-04) + + +### Bug Fixes + +* **dependencies:** Update codelyzer to fix template mangling ([#49](https://github.com/ionic-team/v4-migration-tslint/issues/49)) ([630f8b2](https://github.com/ionic-team/v4-migration-tslint/commit/630f8b2)), closes [#47](https://github.com/ionic-team/v4-migration-tslint/issues/47) + # [1.5.0](https://github.com/ionic-team/v4-migration-tslint/compare/v1.4.0...v1.5.0) (2018-07-31) diff --git a/package.json b/package.json index 246c62c..44f4d47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/v4-migration-tslint", - "version": "1.5.0", + "version": "1.5.1", "description": "TSLint rules for Ionic Angular v4 Migration", "main": "rules/index.js", "scripts": {