diff --git a/CHANGELOG.md b/CHANGELOG.md index 837ae00..adc5df6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [1.1.0](https://github.com/dnlup/hrtime-utils/compare/v1.0.4...v1.1.0) (2020-11-09) + + +### Features + +* add hrtime2us ([65ce4f3](https://github.com/dnlup/hrtime-utils/commit/65ce4f31f557fda79e8726a48f17df1b82f73359)) + ### [1.0.4](https://github.com/dnlup/hrtime-utils/compare/v1.0.3...v1.0.4) (2020-11-07) ### [1.0.3](https://github.com/dnlup/hrtime-utils/compare/v1.0.2...v1.0.3) (2020-11-07) diff --git a/package-lock.json b/package-lock.json index 07a898d..e07bed7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@dnlup/hrtime-utils", - "version": "1.0.4", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9b0e757..cf2e955 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dnlup/hrtime-utils", - "version": "1.0.4", + "version": "1.1.0", "description": "A small collection of useful functions to work with Node.js `process.hrtime` values", "main": "index.js", "scripts": {