Skip to content

Commit

Permalink
v5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jul 10, 2024
1 parent dbae3d5 commit 25040fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unleash-client",
"version": "5.5.5",
"version": "5.6.0",
"description": "Unleash Client for Node",
"license": "Apache-2.0",
"main": "./lib/index.js",
Expand Down Expand Up @@ -30,10 +30,10 @@
},
"homepage": "https://github.com/Unleash/unleash-client-node",
"dependencies": {
"ip-address": "^9.0.5",
"make-fetch-happen": "^13.0.1",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.5",
"ip-address": "^9.0.5",
"make-fetch-happen": "^13.0.1",
"murmurhash3js": "^3.0.1",
"semver": "^7.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion src/details.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"unleash-client-node","version":"5.5.5","sdkVersion":"unleash-client-node:5.5.5"}
{"name":"unleash-client-node","version":"5.6.0","sdkVersion":"unleash-client-node:5.6.0"}

0 comments on commit 25040fd

Please sign in to comment.