Skip to content

Commit e6db674

Browse files
authored
Prepare v11.3.1 release (#77)
* npm audit fix * Upgrade to configcat-common v9.3.1 * Bump version
1 parent 9ee9961 commit e6db674

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "configcat-node",
3-
"version": "11.3.0",
3+
"version": "11.3.1",
44
"description": "Official ConfigCat SDK to help you access your feature flags from a Node.js application.",
55
"main": "lib/client.js",
66
"types": "lib/client.d.ts",
@@ -32,7 +32,7 @@
3232
},
3333
"engine-strict": true,
3434
"dependencies": {
35-
"configcat-common": "9.3.0",
35+
"configcat-common": "9.3.1",
3636
"tslib": "^2.4.1",
3737
"tunnel": "0.0.6"
3838
},

0 commit comments

Comments
 (0)