From 81dc890d5e7a8472dce5d445cff3257a77b2c347 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 30 Oct 2019 07:36:58 +0000 Subject: [PATCH] chore(release): 1.13.5 [skip ci] ## [1.13.5](https://github.com/dxheroes/dx-scanner/compare/v1.13.4...v1.13.5) (2019-10-30) ### Bug Fixes * **deps:** update dependency @oclif/config to v1.13.3 ([43d6a81](https://github.com/dxheroes/dx-scanner/commit/43d6a81)) * **deps:** update dependency @oclif/plugin-help to v2.2.1 ([a8567b0](https://github.com/dxheroes/dx-scanner/commit/a8567b0)) * **deps:** update dependency oclif to v1.14.2 ([0a7eabf](https://github.com/dxheroes/dx-scanner/commit/0a7eabf)) * **deps:** update dependency ts-node to v8.4.1 ([47aec18](https://github.com/dxheroes/dx-scanner/commit/47aec18)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13dbe4b24..1f741fc02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.13.5](https://github.com/dxheroes/dx-scanner/compare/v1.13.4...v1.13.5) (2019-10-30) + + +### Bug Fixes + +* **deps:** update dependency @oclif/config to v1.13.3 ([43d6a81](https://github.com/dxheroes/dx-scanner/commit/43d6a81)) +* **deps:** update dependency @oclif/plugin-help to v2.2.1 ([a8567b0](https://github.com/dxheroes/dx-scanner/commit/a8567b0)) +* **deps:** update dependency oclif to v1.14.2 ([0a7eabf](https://github.com/dxheroes/dx-scanner/commit/0a7eabf)) +* **deps:** update dependency ts-node to v8.4.1 ([47aec18](https://github.com/dxheroes/dx-scanner/commit/47aec18)) + ## [1.13.4](https://github.com/dxheroes/dx-scanner/compare/v1.13.3...v1.13.4) (2019-10-30) diff --git a/package.json b/package.json index 729d80659..39e44a68f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dx-scanner", "description": "Scan your project for possible DX recommendations.", - "version": "1.13.4", + "version": "1.13.5", "author": "DX Heroes LTD (https://dxheroes.io)", "homepage": "https://github.com/dxheroes/dx-scanner", "repository": "ssh://git@github.com/dxheroes/dx-scanner.git",