Skip to content

Commit edc110d

Browse files
committed
chore(release): 4.5.0
1 parent ba3e1db commit edc110d

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
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.
44

5+
<a name="4.5.0"></a>
6+
7+
# [4.5.0](https://github.com/mgechev/codelyzer/compare/4.4.4...4.5.0) (2018-10-04)
8+
9+
### Bug Fixes
10+
11+
- 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))
12+
- **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))
13+
14+
### Features
15+
16+
- support Angular 7.0 ([#710](https://github.com/mgechev/codelyzer/issues/710)) ([5eb3064](https://github.com/mgechev/codelyzer/commit/5eb3064))
17+
18+
<a name="4.5.0"></a>
19+
20+
# [4.5.0](https://github.com/mgechev/codelyzer/compare/4.4.4...4.5.0) (2018-10-04)
21+
22+
### Bug Fixes
23+
24+
- 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))
25+
- **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))
26+
27+
### Features
28+
29+
- support Angular 7.0 ([#710](https://github.com/mgechev/codelyzer/issues/710)) ([5eb3064](https://github.com/mgechev/codelyzer/commit/5eb3064))
30+
531
<a name="4.4.4"></a>
632

733
## [4.4.4](https://github.com/mgechev/codelyzer/compare/4.4.3...4.4.4) (2018-08-13)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codelyzer",
3-
"version": "4.4.4",
3+
"version": "4.5.0",
44
"description": "Linting for Angular applications, following angular.io/styleguide.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)