Skip to content

Commit 4029cfe

Browse files
committed
v2.2.1
1 parent 5109356 commit 4029cfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "configcat-node",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Official ConfigCat SDK to help you access your feature flags from a Node.js or an SSR (Server-Side Rendering) application.",
55
"main": "lib/client.js",
66
"types": "lib/client.d.ts",

Diff for: samples/console/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"author": "configcat",
77
"license": "MIT",
88
"dependencies": {
9-
"configcat-node": "2.1.7"
9+
"configcat-node": "2.2.1"
1010
}
1111
}

0 commit comments

Comments
 (0)