From ab462d6cff1247dfe35fe623b3cd21b438f70865 Mon Sep 17 00:00:00 2001 From: Pablo Beltran Date: Thu, 13 Oct 2022 18:01:59 +0200 Subject: [PATCH] Release 4.2.2 --- 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 1add734..eb1abb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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). +#### [4.2.2](https://github.com/sematext/spm-agent-nodejs/compare/4.2.1...4.2.2) + +> 13 October 2022 + +- Point gc-stats to fork with custom binary URI [`#51`](https://github.com/sematext/spm-agent-nodejs/pull/51) +- Bump vm2 from 3.9.10 to 3.9.11 [`#50`](https://github.com/sematext/spm-agent-nodejs/pull/50) + #### [4.2.1](https://github.com/sematext/spm-agent-nodejs/compare/4.2.0...4.2.1) > 20 September 2022 @@ -12,6 +19,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump jose from 1.28.1 to 1.28.2 [`#48`](https://github.com/sematext/spm-agent-nodejs/pull/48) - SC-12404: Address high score vulnerability [`#47`](https://github.com/sematext/spm-agent-nodejs/pull/47) - Address high score vulnerability [`f423b8e`](https://github.com/sematext/spm-agent-nodejs/commit/f423b8e32d536775df875c0ecb6b6904c5fab5ae) +- Release 4.2.1 [`b55e454`](https://github.com/sematext/spm-agent-nodejs/commit/b55e4547d211425b711a03622e8c40d596cb3df2) #### [4.2.0](https://github.com/sematext/spm-agent-nodejs/compare/4.1.4...4.2.0) diff --git a/package-lock.json b/package-lock.json index 5504b7f..ff8fb90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spm-agent-nodejs", - "version": "4.2.1", + "version": "4.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "spm-agent-nodejs", - "version": "4.2.1", + "version": "4.2.2", "license": "Copyright (c) Sematext Group, Inc.", "dependencies": { "adm-zip": "^0.4.14", diff --git a/package.json b/package.json index 30b855c..5b23a7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spm-agent-nodejs", - "version": "4.2.1", + "version": "4.2.2", "description": "Node.js monitoring agent for SPM by Sematext", "main": "lib/index.js", "directories": {