Skip to content

Commit ab462d6

Browse files
committed
Release 4.2.2
1 parent 9afc22f commit ab462d6

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [4.2.2](https://github.com/sematext/spm-agent-nodejs/compare/4.2.1...4.2.2)
8+
9+
> 13 October 2022
10+
11+
- Point gc-stats to fork with custom binary URI [`#51`](https://github.com/sematext/spm-agent-nodejs/pull/51)
12+
- Bump vm2 from 3.9.10 to 3.9.11 [`#50`](https://github.com/sematext/spm-agent-nodejs/pull/50)
13+
714
#### [4.2.1](https://github.com/sematext/spm-agent-nodejs/compare/4.2.0...4.2.1)
815

916
> 20 September 2022
@@ -12,6 +19,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1219
- Bump jose from 1.28.1 to 1.28.2 [`#48`](https://github.com/sematext/spm-agent-nodejs/pull/48)
1320
- SC-12404: Address high score vulnerability [`#47`](https://github.com/sematext/spm-agent-nodejs/pull/47)
1421
- Address high score vulnerability [`f423b8e`](https://github.com/sematext/spm-agent-nodejs/commit/f423b8e32d536775df875c0ecb6b6904c5fab5ae)
22+
- Release 4.2.1 [`b55e454`](https://github.com/sematext/spm-agent-nodejs/commit/b55e4547d211425b711a03622e8c40d596cb3df2)
1523

1624
#### [4.2.0](https://github.com/sematext/spm-agent-nodejs/compare/4.1.4...4.2.0)
1725

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spm-agent-nodejs",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "Node.js monitoring agent for SPM by Sematext",
55
"main": "lib/index.js",
66
"directories": {

0 commit comments

Comments
 (0)