diff --git a/CHANGELOG.md b/CHANGELOG.md index 14b8a45e0..733e9a0e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [1.11.0](https://github.com/dxheroes/dx-scanner/compare/v1.10.0...v1.11.0) (2019-10-23) + + +### Bug Fixes + +* upgraded TS interfaces according to TS 3.6 update ([a5934a7](https://github.com/dxheroes/dx-scanner/commit/a5934a7)) +* **cache:** purge cache after each test suite ([557207a](https://github.com/dxheroes/dx-scanner/commit/557207a)) +* **practices:** detect library correctly ([7f896ca](https://github.com/dxheroes/dx-scanner/commit/7f896ca)) + + +### Features + +* **CLI:** add scan duration time ([8c92bc1](https://github.com/dxheroes/dx-scanner/commit/8c92bc1)) +* **FileInspector:** add cache to all methods ([0f137a3](https://github.com/dxheroes/dx-scanner/commit/0f137a3)) + # [1.10.0](https://github.com/dxheroes/dx-scanner/compare/v1.9.0...v1.10.0) (2019-10-21) diff --git a/package.json b/package.json index 1eb39df69..103d7f630 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dx-scanner", "description": "Scan your project for possible DX recommendations.", - "version": "1.10.0", + "version": "1.11.0", "author": "DX Heroes LTD (https://dxheroes.io)", "homepage": "https://github.com/dxheroes/dx-scanner", "repository": "ssh://git@github.com/dxheroes/dx-scanner.git",