Skip to content

Commit

Permalink
chore(release): 5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Mar 26, 2020
1 parent 5ed11ab commit 64df091
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.3](https://github.com/mgechev/codelyzer/compare/5.2.0...5.2.3) (2020-03-26)

### Bug Fixes

- add support for tslint 6.0+ ([#961](https://github.com/mgechev/codelyzer/issues/961)) ([ef5f158](https://github.com/mgechev/codelyzer/commit/ef5f158375c529634a3c0edb96addd3caf2550ac))
- **deps:** update dependency codemirror to v5.51.0 ([#914](https://github.com/mgechev/codelyzer/issues/914)) ([87bbfd5](https://github.com/mgechev/codelyzer/commit/87bbfd5e274b28c807ec65e5b9cda37c1ec8faab))
- **deps:** update dependency typescript to v3 ([#837](https://github.com/mgechev/codelyzer/issues/837)) ([49c2828](https://github.com/mgechev/codelyzer/commit/49c282857e62e3a7a91d165b67cb86d46831ddb2))
- 3.6 compile time errors ([0066e93](https://github.com/mgechev/codelyzer/commit/0066e93d75de3d4a22562535e8c080cdaf0ae0bd))

### [5.2.1](https://github.com/mgechev/codelyzer/compare/5.2.0...5.2.1) (2020-03-03)

### Bug Fixes
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.2.2",
"version": "5.2.3",
"description": "Linting for Angular applications, following angular.io/styleguide.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 64df091

Please sign in to comment.