Skip to content

Commit

Permalink
chore: version bump (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored Jul 24, 2023
1 parent 7170f0e commit d7f20bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unleash/proxy",
"version": "0.17.0-beta.3",
"version": "0.17.0",
"description": "The Unleash Proxy (Open-Source)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"json-schema-to-ts": "^2.3.0",
"openapi-types": "^11.0.0",
"type-is": "^1.6.18",
"unleash-client": "^4.1.0-beta.5"
"unleash-client": "^4.1.0"
},
"devDependencies": {
"@apidevtools/swagger-parser": "10.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4596,10 +4596,10 @@ unique-slug@^3.0.0:
dependencies:
imurmurhash "^0.1.4"

unleash-client@^4.1.0-beta.5:
version "4.1.0-beta.5"
resolved "https://registry.yarnpkg.com/unleash-client/-/unleash-client-4.1.0-beta.5.tgz#7407a9dae30411cb2cb849569a6e058cf6b6c47c"
integrity sha512-aN5PdvfAlVBc7Fm5cgQr7pc2j6rvbRtp6G9kow0O3FP4h3UCFbM2i0NvSB4r3F8AysXWonbv9IB/TyAC2CGsPA==
unleash-client@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/unleash-client/-/unleash-client-4.1.0.tgz#2948ac933bf0392bf56eebad8e64628a7a84d20d"
integrity sha512-b6IKLTVFqMrADXR0gghe1TW7GUBMJF34NOxIwzkflW48f59Xh3J8r/Nzv43AKFhG2YqI3Ex38kelFwDVFRSIYQ==
dependencies:
ip "^1.1.8"
make-fetch-happen "^10.2.1"
Expand Down

0 comments on commit d7f20bb

Please sign in to comment.