diff --git a/CHANGELOG.md b/CHANGELOG.md index d0553eb61..01a0cbd47 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. + + +## [5.0.1](https://github.com/mgechev/codelyzer/compare/5.0.0...5.0.1) (2019-04-25) + +### Bug Fixes + +- **rule:** detect trackBy function when ngFor spans multiple lines ([#813](https://github.com/mgechev/codelyzer/issues/813)) ([2260dfd](https://github.com/mgechev/codelyzer/commit/2260dfd)) +- **rule:** template-accessibility-label-for not recognizing options and interpolated values ([#812](https://github.com/mgechev/codelyzer/issues/812)) ([1fb5d8a](https://github.com/mgechev/codelyzer/commit/1fb5d8a)) + # [5.0.0](https://github.com/mgechev/codelyzer/compare/5.0.0-beta.2...5.0.0) (2019-03-27) ### BREAKING CHANGES diff --git a/package-lock.json b/package-lock.json index 0a1d859c4..7774b29a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "codelyzer", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 1, "requires": true, "dependencies": {