diff --git a/CHANGELOG.md b/CHANGELOG.md index 626aada84..848d1762d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.4](https://github.com/mgechev/codelyzer/compare/4.4.3...4.4.4) (2018-08-13) + +### Bug Fixes + +- errors not being displayed in the correct files ([#700](https://github.com/mgechev/codelyzer/issues/700)) ([db3cf5a](https://github.com/mgechev/codelyzer/commit/db3cf5a)) + ## [4.4.3](https://github.com/mgechev/codelyzer/compare/4.4.2...4.4.3) (2018-08-06) diff --git a/package-lock.json b/package-lock.json index 328deebfd..6377c4c45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "codelyzer", - "version": "4.4.3", + "version": "4.4.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 76ea0472a..0d3b883e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codelyzer", - "version": "4.4.3", + "version": "4.4.4", "description": "Linting for Angular applications, following angular.io/styleguide.", "main": "index.js", "scripts": {