Skip to content

Commit

Permalink
feat: version bump to 2.0.1 to reflect the node-gyp c++17 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lxe committed Jul 18, 2024
1 parent 969efb4 commit bfdfa1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .newt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tool-versions:
node: 18.19.1
npm: 10.8.1
yarn: 1.22.22
python: '3.10'
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nflx-spectator-nodejsmetrics",
"version": "2.0.0",
"version": "2.0.1",
"author": "Daniel Muino <dmuino@gmail.com>",
"main": "src/index.js",
"homepage": "https://github.org/Netflix/spectator-js",
Expand All @@ -12,7 +12,8 @@
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.14.2",
"nflx-spectator": "^2.0.0"
"nflx-spectator": "^2.0.0",
"node-gyp": "^10.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down

0 comments on commit bfdfa1a

Please sign in to comment.