From a595f164c0bd8760899debed12a200a9d2af03dc Mon Sep 17 00:00:00 2001 From: mgechev Date: Sun, 5 Aug 2018 19:11:01 -0700 Subject: [PATCH] chore(release): 4.4.3 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) 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": {