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 44b0d41
Showing 1 changed file with 3 additions and 2 deletions.
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 44b0d41

Please sign in to comment.