Skip to content

Commit 7719799

Browse files
committed
chore(release): 5.1.0
1 parent 8b71e44 commit 7719799

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
<a name="5.1.0"></a>
6+
7+
# [5.1.0](https://github.com/mgechev/codelyzer/compare/5.0.1...5.1.0) (2019-06-02)
8+
9+
### Bug Fixes
10+
11+
- **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))
12+
- **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))
13+
14+
### Features
15+
16+
- **rule:** add use-injectable-provided-in ([#814](https://github.com/mgechev/codelyzer/issues/814)) ([656816f](https://github.com/mgechev/codelyzer/commit/656816f))
17+
518
<a name="5.0.1"></a>
619

720
## [5.0.1](https://github.com/mgechev/codelyzer/compare/5.0.0...5.0.1) (2019-04-25)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codelyzer",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"description": "Linting for Angular applications, following angular.io/styleguide.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)