diff --git a/CHANGELOG.md b/CHANGELOG.md index a71d4bc..1b3563c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.0.0-3](https://github.com/dnlup/doc/compare/v4.0.0-2...v4.0.0-3) (2021-03-15) + + +### Features + +* add esm support ([e965b97](https://github.com/dnlup/doc/commit/e965b975052a23f0d473f470ea020f131a8861d7)) +* **eventlooputilization:** expose single metrics ([3fca137](https://github.com/dnlup/doc/commit/3fca137d0e1af89d15cc0eaf37e93fadb96a1a2f)) + ## [4.0.0-2](https://github.com/dnlup/doc/compare/v4.0.0-1...v4.0.0-2) (2021-03-14) diff --git a/package-lock.json b/package-lock.json index d677785..db832d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@dnlup/doc", - "version": "4.0.0-2", + "version": "4.0.0-3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0738a14..9fc47ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dnlup/doc", - "version": "4.0.0-2", + "version": "4.0.0-3", "description": "Get usage and health data about your Node.js process", "main": "index.js", "types": "index.d.ts",