From 5f657c6952e60127e81466a8004177ce4f58c807 Mon Sep 17 00:00:00 2001 From: Roman Dvornov Date: Wed, 20 Apr 2022 12:53:47 +0200 Subject: [PATCH] 0.2.1 --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c69405c..a943dcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## next +## 0.2.1 (2022-04-20) - Added count badges and tweaked numeric captions - Fixed processing of profiles when call frame `scriptId` is a non-numeric string diff --git a/package-lock.json b/package-lock.json index 37e61eb..f414cb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cpupro", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cpupro", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "@discoveryjs/json-ext": "^0.5.7", diff --git a/package.json b/package.json index 22ce8a5..e49bddb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cpupro", - "version": "0.2.0", + "version": "0.2.1", "description": "Rethinking of CPU profile (collected in Node.js or Chromium browsers) analysis", "author": "Roman Dvornov (https://github.com/lahmatiy)", "license": "MIT",