Skip to content

Commit 45e0ceb

Browse files
committed
chore(release): 5.3.0
1 parent d27202c commit 45e0ceb

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.3.0](https://github.com/mgechev/codelyzer/compare/5.2.0...5.3.0) (2020-07-02)
6+
7+
### Features
8+
9+
- add support for angular v10 ([d27202c](https://github.com/mgechev/codelyzer/commit/d27202c4ce0a3a1cbfd179dd947cbacc7f7f5f13))
10+
11+
### Bug Fixes
12+
13+
- **deps:** update dependency app-root-path to v3 ([#923](https://github.com/mgechev/codelyzer/issues/923)) ([4218091](https://github.com/mgechev/codelyzer/commit/4218091c2977e06dbe8b0ea6b8d8edf7ad695542))
14+
- add support for tslint 6.0+ ([#961](https://github.com/mgechev/codelyzer/issues/961)) ([ef5f158](https://github.com/mgechev/codelyzer/commit/ef5f158375c529634a3c0edb96addd3caf2550ac))
15+
- **deps:** update dependency codemirror to v5.51.0 ([#914](https://github.com/mgechev/codelyzer/issues/914)) ([87bbfd5](https://github.com/mgechev/codelyzer/commit/87bbfd5e274b28c807ec65e5b9cda37c1ec8faab))
16+
- **deps:** update dependency typescript to v3 ([#837](https://github.com/mgechev/codelyzer/issues/837)) ([49c2828](https://github.com/mgechev/codelyzer/commit/49c282857e62e3a7a91d165b67cb86d46831ddb2))
17+
- 3.6 compile time errors ([0066e93](https://github.com/mgechev/codelyzer/commit/0066e93d75de3d4a22562535e8c080cdaf0ae0bd))
18+
519
### [5.2.3](https://github.com/mgechev/codelyzer/compare/5.2.0...5.2.3) (2020-03-26)
620

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

0 commit comments

Comments
 (0)