From 94749362cefccb475543043e93f8050c7041e64a Mon Sep 17 00:00:00 2001 From: Adnan Rahic Date: Mon, 4 Oct 2021 09:41:28 +0200 Subject: [PATCH] Release 1.5.5 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1531ff3..87704d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [1.5.5](https://github.com/adnanrahic/node-gcstats/compare/1.5.4...1.5.5) + +- Issue-1 remove bundled node-pre-gyp [`#6`](https://github.com/adnanrahic/node-gcstats/pull/6) +- fix(deps): added expose-gc [`64ebbcc`](https://github.com/adnanrahic/node-gcstats/commit/64ebbcca7d526f713f25b0e1a4db8e5489544f34) + #### [1.5.4](https://github.com/adnanrahic/node-gcstats/compare/1.5.3...1.5.4) +> 23 September 2021 + +- Release 1.5.4 [`d836991`](https://github.com/adnanrahic/node-gcstats/commit/d836991c39f1b4171453255cebcd4d9eea9ad5cc) - Merge pull request #4 from Ghazgkull/master [`3069c80`](https://github.com/adnanrahic/node-gcstats/commit/3069c802cfc65b63ddb0e848aad5b513727ab6aa) - Issue-3 update dependencies [`7bf8913`](https://github.com/adnanrahic/node-gcstats/commit/7bf89132e3063750f018089176bdc778059fed12) diff --git a/package-lock.json b/package-lock.json index 408aec5..a9a7bcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sematext/gc-stats", - "version": "1.5.4", + "version": "1.5.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sematext/gc-stats", - "version": "1.5.4", + "version": "1.5.5", "hasInstallScript": true, "license": "Unlicense", "dependencies": { diff --git a/package.json b/package.json index 8f052cc..65785fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sematext/gc-stats", - "version": "1.5.4", + "version": "1.5.5", "description": "Exposes node v8 garbage collection stats", "main": "index.js", "repository": "git@github.com:adnanrahic/node-gcstats.git",