diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d4b0ff..c8bea74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## next +## 0.1.1 (2022-02-07) - Added missed `bin` field - Renamed profile recording method `end()` into `profileEnd()` for less confussion @@ -7,6 +7,6 @@ - Removed modification of `startTime` and `endTime` in recorded profile - Exposed `createReport()` method -## 0.1.0 +## 0.1.0 (2022-02-07) - Initial release diff --git a/package-lock.json b/package-lock.json index 52a1e7c..a18a6bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cpupro", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cpupro", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "dependencies": { "@discoveryjs/discovery": "^1.0.0-beta.63", diff --git a/package.json b/package.json index 8dd3478..8ee35e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cpupro", - "version": "0.1.0", + "version": "0.1.1", "description": "Rethinking of CPU profile (collected in Node.js or Chromium browsers) analysis", "author": "Roman Dvornov (https://github.com/lahmatiy)", "license": "MIT",