Skip to content

Commit

Permalink
v3.0.0 release (#18)
Browse files Browse the repository at this point in the history
* Update changelog

* 3.0.0
  • Loading branch information
christianvuerings authored Nov 8, 2024
1 parent 9f3d6c7 commit f3e5a68
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v3.0.0
* BREAKING: Drop support for Node <= 17.
* Add support for Node >= 20.
* Convert `mocha` tests to `vitest`
* Convert CI from Travis.CI to GitHub workflows

v2.0.0
* BREAKING: Drop support for Node <= 9.
* Add support for Node >= 10.
Expand Down
4 changes: 2 additions & 2 deletions 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,7 +1,7 @@
{
"name": "@airbnb/node-memwatch",
"description": "Keep an eye on your memory usage, and discover and isolate leaks.",
"version": "2.0.0",
"version": "3.0.0",
"author": "Lloyd Hilaiel (http://lloyd.io)",
"engines": {
"node": ">= 18"
Expand Down

0 comments on commit f3e5a68

Please sign in to comment.