From d3a3155ca0917a7f50b7b7873f2215b767c94459 Mon Sep 17 00:00:00 2001 From: Adnan Rahic Date: Fri, 24 Dec 2021 13:14:00 +0100 Subject: [PATCH] Release 1.5.6 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87704d9..d744300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,18 @@ 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.6](https://github.com/adnanrahic/node-gcstats/compare/1.5.5...1.5.6) + +- Merge pull request #8 from JNPLZ/master [`62191e3`](https://github.com/adnanrahic/node-gcstats/commit/62191e3427f31ea6ce0d091ec3532aa5182c6402) +- Update dependencies to fix audit issues [`c9cf226`](https://github.com/adnanrahic/node-gcstats/commit/c9cf226c27e67b5779a851e036c220888ae5d6c6) + #### [1.5.5](https://github.com/adnanrahic/node-gcstats/compare/1.5.4...1.5.5) +> 4 October 2021 + - 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) +- Release 1.5.5 [`9474936`](https://github.com/adnanrahic/node-gcstats/commit/94749362cefccb475543043e93f8050c7041e64a) #### [1.5.4](https://github.com/adnanrahic/node-gcstats/compare/1.5.3...1.5.4) diff --git a/package-lock.json b/package-lock.json index cd58a75..e70bf28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sematext/gc-stats", - "version": "1.5.5", + "version": "1.5.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6710168..c125b3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sematext/gc-stats", - "version": "1.5.5", + "version": "1.5.6", "description": "Exposes node v8 garbage collection stats", "main": "index.js", "repository": "git@github.com:adnanrahic/node-gcstats.git",