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": {