From b2c39d35743944aedeb79c07ae597dca664bef1c Mon Sep 17 00:00:00 2001 From: "@qiwibot" Date: Thu, 6 Feb 2020 16:53:00 +0000 Subject: [PATCH] chore(release): 1.3.3 [skip ci] ## [1.3.3](https://github.com/qiwi/health-indicator/compare/v1.3.2...v1.3.3) (2020-02-06) ### Bug Fixes * add tslib, delete default exports ([#47](https://github.com/qiwi/health-indicator/issues/47)) ([774a09f](https://github.com/qiwi/health-indicator/commit/774a09f58705a777c4f46b654e11bfd3adcf2d04)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33e02ce..eb274b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.3](https://github.com/qiwi/health-indicator/compare/v1.3.2...v1.3.3) (2020-02-06) + + +### Bug Fixes + +* add tslib, delete default exports ([#47](https://github.com/qiwi/health-indicator/issues/47)) ([774a09f](https://github.com/qiwi/health-indicator/commit/774a09f58705a777c4f46b654e11bfd3adcf2d04)) + ## [1.3.2](https://github.com/qiwi/health-indicator/compare/v1.3.1...v1.3.2) (2020-02-04) diff --git a/package.json b/package.json index 8bf342f..4bf7623 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qiwi/health-indicator", - "version": "1.3.2", + "version": "1.3.3", "description": "Health indicator kit for server-side monitoring & balancing", "main": "target/es5/index.js", "source": "src/main/ts/index.ts",