diff --git a/CHANGELOG.md b/CHANGELOG.md index 01a0cbd47..9dbbfc068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.1.0](https://github.com/mgechev/codelyzer/compare/5.0.1...5.1.0) (2019-06-02) + +### Bug Fixes + +- **rule:** 'contextual-decorator' - decorators with arguments, accessors and some missing decorators not being handled ([#798](https://github.com/mgechev/codelyzer/issues/798)) ([efbcb69](https://github.com/mgechev/codelyzer/commit/efbcb69)) +- **rule:** template-banana-in-box regex failing in some environments ([#820](https://github.com/mgechev/codelyzer/issues/820)) ([3b82574](https://github.com/mgechev/codelyzer/commit/3b82574)) + +### Features + +- **rule:** add use-injectable-provided-in ([#814](https://github.com/mgechev/codelyzer/issues/814)) ([656816f](https://github.com/mgechev/codelyzer/commit/656816f)) + ## [5.0.1](https://github.com/mgechev/codelyzer/compare/5.0.0...5.0.1) (2019-04-25) diff --git a/package-lock.json b/package-lock.json index 49c3a87eb..4e098263b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "codelyzer", - "version": "5.0.1", + "version": "5.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fbb76b8d9..77237cd58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codelyzer", - "version": "5.0.1", + "version": "5.1.0", "description": "Linting for Angular applications, following angular.io/styleguide.", "main": "index.js", "scripts": {