Skip to content

Commit 61bb608

Browse files
committed
Release 1.5.9
1 parent 6129b63 commit 61bb608

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,18 @@ 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+
#### [1.5.9](https://github.com/sematext/node-gcstats/compare/1.5.8...1.5.9)
8+
9+
- Bump vm2 from 3.9.12 to 3.9.16 [`#5`](https://github.com/sematext/node-gcstats/pull/5)
10+
- Bump xml2js from 0.4.19 to 0.5.0 [`#4`](https://github.com/sematext/node-gcstats/pull/4)
11+
- Bump cacheable-request from 10.2.3 to 10.2.7 [`#2`](https://github.com/sematext/node-gcstats/pull/2)
12+
- Bump http-cache-semantics from 4.1.0 to 4.1.1 [`#1`](https://github.com/sematext/node-gcstats/pull/1)
13+
- Update package.json [`6129b63`](https://github.com/sematext/node-gcstats/commit/6129b6338f598af24ba20f128b6bd7246c1834b8)
14+
715
#### 1.5.8
816

17+
> 8 December 2022
18+
919
- Upgrade GitHub Actions [`#14`](https://github.com/sematext/node-gcstats/pull/14)
1020
- Fix binary path pointing to bad URI [`#11`](https://github.com/sematext/node-gcstats/pull/11)
1121
- Update dependencies to fix audit issue [`#12`](https://github.com/sematext/node-gcstats/pull/12)
@@ -31,6 +41,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
3141
- Fix #27, update node-pre-gyp [`#27`](https://github.com/sematext/node-gcstats/issues/27)
3242
- Use uv_async for work scheduling(fix #22) and add few more fields to stats [`#22`](https://github.com/sematext/node-gcstats/issues/22)
3343
- Fixed #1, now it will use Nan package for v8 stuff, so hopefully no more breakages with new versions [`#1`](https://github.com/sematext/node-gcstats/issues/1)
44+
- Update dependencies to fix audit issues [`c9cf226`](https://github.com/sematext/node-gcstats/commit/c9cf226c27e67b5779a851e036c220888ae5d6c6)
45+
- fix(deps): added expose-gc [`64ebbcc`](https://github.com/sematext/node-gcstats/commit/64ebbcca7d526f713f25b0e1a4db8e5489544f34)
3446
- Bump minimatch version [`3a64b95`](https://github.com/sematext/node-gcstats/commit/3a64b9525644170ccfce9499bc09eaa5fa2761bf)
35-
- Update dependencies to fix audit issues [`76b4b18`](https://github.com/sematext/node-gcstats/commit/76b4b18c429421191ee64c3fb572240a3bbf4e45)
36-
- Update release-it dev dependency to fix audit issue. [`aa4b610`](https://github.com/sematext/node-gcstats/commit/aa4b6105df3e188feb2a3f668b0add42876a2ffb)

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": "@sematext/gc-stats",
3-
"version": "1.5.8",
3+
"version": "1.5.9",
44
"description": "Exposes node v8 garbage collection stats",
55
"main": "index.js",
66
"repository": "[email protected]:adnanrahic/node-gcstats.git",

0 commit comments

Comments
 (0)