From edc110d76c714c8935f7e1826dd2f1c6cbdb991a Mon Sep 17 00:00:00 2001 From: mgechev Date: Thu, 4 Oct 2018 11:13:54 -0700 Subject: [PATCH] chore(release): 4.5.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 848d1762d..9d6e4de6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,32 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + + +# [4.5.0](https://github.com/mgechev/codelyzer/compare/4.4.4...4.5.0) (2018-10-04) + +### Bug Fixes + +- assertFailure catch exception throw by assert ([#703](https://github.com/mgechev/codelyzer/issues/703)) ([#704](https://github.com/mgechev/codelyzer/issues/704)) ([0bac287](https://github.com/mgechev/codelyzer/commit/0bac287)) +- **no-unused-css:** blank lines being left after fixing ([#701](https://github.com/mgechev/codelyzer/issues/701)) ([c69e2ae](https://github.com/mgechev/codelyzer/commit/c69e2ae)) + +### Features + +- support Angular 7.0 ([#710](https://github.com/mgechev/codelyzer/issues/710)) ([5eb3064](https://github.com/mgechev/codelyzer/commit/5eb3064)) + + + +# [4.5.0](https://github.com/mgechev/codelyzer/compare/4.4.4...4.5.0) (2018-10-04) + +### Bug Fixes + +- assertFailure catch exception throw by assert ([#703](https://github.com/mgechev/codelyzer/issues/703)) ([#704](https://github.com/mgechev/codelyzer/issues/704)) ([0bac287](https://github.com/mgechev/codelyzer/commit/0bac287)) +- **no-unused-css:** blank lines being left after fixing ([#701](https://github.com/mgechev/codelyzer/issues/701)) ([c69e2ae](https://github.com/mgechev/codelyzer/commit/c69e2ae)) + +### Features + +- support Angular 7.0 ([#710](https://github.com/mgechev/codelyzer/issues/710)) ([5eb3064](https://github.com/mgechev/codelyzer/commit/5eb3064)) + ## [4.4.4](https://github.com/mgechev/codelyzer/compare/4.4.3...4.4.4) (2018-08-13) diff --git a/package-lock.json b/package-lock.json index 53104f2c4..8779ab8b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "codelyzer", - "version": "4.4.4", + "version": "4.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 73a1f0c24..ede87a36a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codelyzer", - "version": "4.4.4", + "version": "4.5.0", "description": "Linting for Angular applications, following angular.io/styleguide.", "main": "index.js", "scripts": {