Skip to content

Commit

Permalink
chore(release): 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Jul 2, 2020
1 parent d27202c commit 45e0ceb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.3.0](https://github.com/mgechev/codelyzer/compare/5.2.0...5.3.0) (2020-07-02)

### Features

- add support for angular v10 ([d27202c](https://github.com/mgechev/codelyzer/commit/d27202c4ce0a3a1cbfd179dd947cbacc7f7f5f13))

### Bug Fixes

- **deps:** update dependency app-root-path to v3 ([#923](https://github.com/mgechev/codelyzer/issues/923)) ([4218091](https://github.com/mgechev/codelyzer/commit/4218091c2977e06dbe8b0ea6b8d8edf7ad695542))
- 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.3](https://github.com/mgechev/codelyzer/compare/5.2.0...5.2.3) (2020-03-26)

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

0 comments on commit 45e0ceb

Please sign in to comment.