Skip to content

Commit

Permalink
chore(release): 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Jun 2, 2019
1 parent 8b71e44 commit 7719799
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="5.1.0"></a>

# [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))

<a name="5.0.1"></a>

## [5.0.1](https://github.com/mgechev/codelyzer/compare/5.0.0...5.0.1) (2019-04-25)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 7719799

Please sign in to comment.