From d78777ab388919964278f8d8470671da28e0b559 Mon Sep 17 00:00:00 2001 From: "@qiwibot" Date: Fri, 1 Apr 2022 16:38:12 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/qiwi/health-indicator/compare/v1.3.4...v2.0.0) (2022-04-01) ### Features * move to esm ([d594f44](https://github.com/qiwi/health-indicator/commit/d594f44f108b32bb6d858d9148a65ca3ae2b7869)) ### BREAKING CHANGES * require Node.js v12 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a4b92..024c65d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.0.0](https://github.com/qiwi/health-indicator/compare/v1.3.4...v2.0.0) (2022-04-01) + + +### Features + +* move to esm ([d594f44](https://github.com/qiwi/health-indicator/commit/d594f44f108b32bb6d858d9148a65ca3ae2b7869)) + + +### BREAKING CHANGES + +* require Node.js v12 + ## [1.3.4](https://github.com/qiwi/health-indicator/compare/v1.3.3...v1.3.4) (2022-02-12) diff --git a/package.json b/package.json index e3dca8b..43fcb5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qiwi/health-indicator", - "version": "1.3.4", + "version": "2.0.0", "description": "Health indicator kit for server-side monitoring & balancing", "type": "module", "engines": {