From 3424f632ac0a18b8e4cfd5a99b6503618d606853 Mon Sep 17 00:00:00 2001 From: "@qiwibot" Date: Tue, 4 Feb 2020 18:40:53 +0000 Subject: [PATCH] chore(release): 1.3.2 [skip ci] ## [1.3.2](https://github.com/qiwi/health-indicator/compare/v1.3.1...v1.3.2) (2020-02-04) ### Bug Fixes * **libdef:** handle dir aliases ([fe163e8](https://github.com/qiwi/health-indicator/commit/fe163e8cdea35c26ca060f3041b0af3cde3e1a8d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd4a22..33e02ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.2](https://github.com/qiwi/health-indicator/compare/v1.3.1...v1.3.2) (2020-02-04) + + +### Bug Fixes + +* **libdef:** handle dir aliases ([fe163e8](https://github.com/qiwi/health-indicator/commit/fe163e8cdea35c26ca060f3041b0af3cde3e1a8d)) + ## [1.3.1](https://github.com/qiwi/health-indicator/compare/v1.3.0...v1.3.1) (2020-02-04) diff --git a/package.json b/package.json index 5b7c57b..8bf342f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qiwi/health-indicator", - "version": "1.3.1", + "version": "1.3.2", "description": "Health indicator kit for server-side monitoring & balancing", "main": "target/es5/index.js", "source": "src/main/ts/index.ts",