Skip to content

Commit

Permalink
chore(release): 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Oct 4, 2018
1 parent ba3e1db commit edc110d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="4.5.0"></a>

# [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))

<a name="4.5.0"></a>

# [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))

<a name="4.4.4"></a>

## [4.4.4](https://github.com/mgechev/codelyzer/compare/4.4.3...4.4.4) (2018-08-13)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit edc110d

Please sign in to comment.