diff --git a/CHANGELOG.md b/CHANGELOG.md index 70a1c6773..626aada84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.4.3](https://github.com/mgechev/codelyzer/compare/4.4.2...4.4.3) (2018-08-06) + +### Bug Fixes + +- url not passed to transformStyle when using styleUrls ([#686](https://github.com/mgechev/codelyzer/issues/686)) ([5a84041](https://github.com/mgechev/codelyzer/commit/5a84041)) +- **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)) + ## [4.4.2](https://github.com/mgechev/codelyzer/compare/4.4.1...4.4.2) (2018-06-25) diff --git a/package-lock.json b/package-lock.json index e96b37289..328deebfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "codelyzer", - "version": "4.4.2", + "version": "4.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 87d3960e5..76ea0472a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codelyzer", - "version": "4.4.2", + "version": "4.4.3", "description": "Linting for Angular applications, following angular.io/styleguide.", "main": "index.js", "scripts": {