Skip to content

Commit

Permalink
Release 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Adnan Rahic committed Feb 17, 2021
1 parent a1ec3e8 commit c2fede4
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,36 @@ 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.3](https://github.com/adnanrahic/node-gcstats/compare/1.5.2...1.5.3)

- Replace travis with github actions [`#2`](https://github.com/adnanrahic/node-gcstats/pull/2)
- update readme [`101d4db`](https://github.com/adnanrahic/node-gcstats/commit/101d4db9dea5ad617b0b42fa185eb92d95be220c)
- updated deps [`a1ec3e8`](https://github.com/adnanrahic/node-gcstats/commit/a1ec3e8cdc3a8a3d737afe00c6f45a85515ec888)

#### 1.5.2

> 20 October 2020
- ci: add nodejs_version: 14 [`#46`](https://github.com/adnanrahic/node-gcstats/pull/46)
- Test on node 13 in linux, upload prebuilt binaries [`#47`](https://github.com/adnanrahic/node-gcstats/pull/47)
- fix(deps): ran `npm audit fix` and updated mocha version [`#43`](https://github.com/adnanrahic/node-gcstats/pull/43)
- small improvement in example.js [`#38`](https://github.com/adnanrahic/node-gcstats/pull/38)
- update dependencies for node 12 [`#37`](https://github.com/adnanrahic/node-gcstats/pull/37)
- Update node-pre-gyp to solve issues with node 10 and lerna [`#32`](https://github.com/adnanrahic/node-gcstats/pull/32)
- expose startTime and endTime [`#24`](https://github.com/adnanrahic/node-gcstats/pull/24)
- Remove duplicate line from README.md [`#20`](https://github.com/adnanrahic/node-gcstats/pull/20)
- Replace constructor w/ Singleton; Use bindings module; [`#17`](https://github.com/adnanrahic/node-gcstats/pull/17)
- Explain where version compatibility information can be located [`#14`](https://github.com/adnanrahic/node-gcstats/pull/14)
- Test against recent Node releases [`#13`](https://github.com/adnanrahic/node-gcstats/pull/13)
- Add Travis CI badge [`#12`](https://github.com/adnanrahic/node-gcstats/pull/12)
- Thanks [`#9`](https://github.com/adnanrahic/node-gcstats/pull/9)
- update nan to v1.7.0 [`#5`](https://github.com/adnanrahic/node-gcstats/pull/5)
- Add info on GC type and expand README info [`#4`](https://github.com/adnanrahic/node-gcstats/pull/4)
- Add some help to the README. [`#2`](https://github.com/adnanrahic/node-gcstats/pull/2)
- Fix #35, use round for ms [`#35`](https://github.com/adnanrahic/node-gcstats/issues/35)
- Fix #27, update node-pre-gyp [`#27`](https://github.com/adnanrahic/node-gcstats/issues/27)
- Use uv_async for work scheduling(fix #22) and add few more fields to stats [`#22`](https://github.com/adnanrahic/node-gcstats/issues/22)
- Fixed #1, now it will use Nan package for v8 stuff, so hopefully no more breakages with new versions [`#1`](https://github.com/adnanrahic/node-gcstats/issues/1)
- added release it [`57a223c`](https://github.com/adnanrahic/node-gcstats/commit/57a223ca9dec403cf75b1b7e328fce0cff8a5e1d)
- Update dependencies [`906f87e`](https://github.com/adnanrahic/node-gcstats/commit/906f87ef75e6188f3f898f5288172ea428cc7b39)
- #36 update nan so that it compiles on node 12 [`97fd32d`](https://github.com/adnanrahic/node-gcstats/commit/97fd32d0724713281be23eb14c75b89f25845e8a)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sematext/gc-stats",
"version": "1.5.2",
"version": "1.5.3",
"description": "Exposes node v8 garbage collection stats",
"main": "index.js",
"repository": "[email protected]:adnanrahic/node-gcstats.git",
Expand Down

0 comments on commit c2fede4

Please sign in to comment.