From 439343422af75ebc095a32016da63b3983372c9a Mon Sep 17 00:00:00 2001 From: Adnan Rahic Date: Tue, 20 Oct 2020 17:59:00 +0200 Subject: [PATCH] Release 1.5.2 --- CHANGELOG.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b61042..38fa5db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,4 +4,4 @@ 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.1 +#### 1.5.2 diff --git a/package-lock.json b/package-lock.json index a2451e7..9d0fe36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gc-stats", - "version": "1.5.0", + "version": "1.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 22eecd5..dad0d00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sematext/gc-stats", - "version": "1.5.1", + "version": "1.5.2", "description": "Exposes node v8 garbage collection stats", "main": "index.js", "repository": "git@github.com:adnanrahic/node-gcstats.git",