Skip to content

Commit 27a46f1

Browse files
committed
chore(release): 5.2.0
1 parent dcb0218 commit 27a46f1

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.0](https://github.com/mgechev/codelyzer/compare/5.1.2...5.2.0) (2019-10-22)
6+
7+
### Bug Fixes
8+
9+
- **deps:** update angular monorepo ([#867](https://github.com/mgechev/codelyzer/issues/867)) ([98ff423](https://github.com/mgechev/codelyzer/commit/98ff423))
10+
- **deps:** update dependency codelyzer to v5.1.2 ([#900](https://github.com/mgechev/codelyzer/issues/900)) ([9b0caec](https://github.com/mgechev/codelyzer/commit/9b0caec))
11+
12+
### Features
13+
14+
- support typescript 3.6 ([#915](https://github.com/mgechev/codelyzer/issues/915)) ([dcb0218](https://github.com/mgechev/codelyzer/commit/dcb0218))
15+
516
### [5.1.2](https://github.com/mgechev/codelyzer/compare/5.1.1...5.1.2) (2019-09-26)
617

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

0 commit comments

Comments
 (0)