Skip to content

Commit a595f16

Browse files
committed
chore(release): 4.4.3
1 parent 71660ae commit a595f16

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.4.3"></a>
6+
7+
## [4.4.3](https://github.com/mgechev/codelyzer/compare/4.4.2...4.4.3) (2018-08-06)
8+
9+
### Bug Fixes
10+
11+
- url not passed to transformStyle when using styleUrls ([#686](https://github.com/mgechev/codelyzer/issues/686)) ([5a84041](https://github.com/mgechev/codelyzer/commit/5a84041))
12+
- **templates-no-negated-async:** not reporting failures for some cases ([#694](https://github.com/mgechev/codelyzer/issues/694)) ([2ffe2ea](https://github.com/mgechev/codelyzer/commit/2ffe2ea))
13+
514
<a name="4.4.2"></a>
615

716
## [4.4.2](https://github.com/mgechev/codelyzer/compare/4.4.1...4.4.2) (2018-06-25)

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.2",
3+
"version": "4.4.3",
44
"description": "Linting for Angular applications, following angular.io/styleguide.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)