Skip to content

Commit 64df091

Browse files
committed
chore(release): 5.2.3
1 parent 5ed11ab commit 64df091

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
### [5.2.3](https://github.com/mgechev/codelyzer/compare/5.2.0...5.2.3) (2020-03-26)
6+
7+
### Bug Fixes
8+
9+
- add support for tslint 6.0+ ([#961](https://github.com/mgechev/codelyzer/issues/961)) ([ef5f158](https://github.com/mgechev/codelyzer/commit/ef5f158375c529634a3c0edb96addd3caf2550ac))
10+
- **deps:** update dependency codemirror to v5.51.0 ([#914](https://github.com/mgechev/codelyzer/issues/914)) ([87bbfd5](https://github.com/mgechev/codelyzer/commit/87bbfd5e274b28c807ec65e5b9cda37c1ec8faab))
11+
- **deps:** update dependency typescript to v3 ([#837](https://github.com/mgechev/codelyzer/issues/837)) ([49c2828](https://github.com/mgechev/codelyzer/commit/49c282857e62e3a7a91d165b67cb86d46831ddb2))
12+
- 3.6 compile time errors ([0066e93](https://github.com/mgechev/codelyzer/commit/0066e93d75de3d4a22562535e8c080cdaf0ae0bd))
13+
514
### [5.2.1](https://github.com/mgechev/codelyzer/compare/5.2.0...5.2.1) (2020-03-03)
615

716
### Bug Fixes

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.2.2",
3+
"version": "5.2.3",
44
"description": "Linting for Angular applications, following angular.io/styleguide.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)