diff --git a/CHANGELOG.md b/CHANGELOG.md index eb274b6..b0a4b92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.4](https://github.com/qiwi/health-indicator/compare/v1.3.3...v1.3.4) (2022-02-12) + + +### Bug Fixes + +* up deps, fix vuls, linting ([c8c3f43](https://github.com/qiwi/health-indicator/commit/c8c3f43d9ee038655126ab052173474c4e960bad)) + ## [1.3.3](https://github.com/qiwi/health-indicator/compare/v1.3.2...v1.3.3) (2020-02-06) diff --git a/package.json b/package.json index b9638c7..b927743 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qiwi/health-indicator", - "version": "1.3.3", + "version": "1.3.4", "description": "Health indicator kit for server-side monitoring & balancing", "main": "target/es5/index.js", "source": "src/main/ts/index.ts",