Skip to content

Commit 895525e

Browse files
committed
fix: upgrade unleash-client to v3.11.2
1 parent 777da5f commit 895525e

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
### 0.6.1
4+
- fix: upgrade unleash-client to v3.11.2
35
### 0.6.0
46
- feat: propagate impression data field (#48)
57
- fix: remove npm folder in docker image after build

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"cors": "^2.8.5",
3535
"express": "^4.17.1",
3636
"joi": "^17.4.0",
37-
"unleash-client": "^3.11.1"
37+
"unleash-client": "^3.11.2"
3838
},
3939
"devDependencies": {
4040
"@types/compression": "^1.7.1",

0 commit comments

Comments
 (0)