We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0deb54 commit 94920b0Copy full SHA for 94920b0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "configcat-node",
3
- "version": "2.1.4",
+ "version": "2.1.5",
4
"description": "ConfigCat is a configuration as a service that lets you manage your features and configurations without actually deploying new code.",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
samples/console/package.json
@@ -6,6 +6,6 @@
"author": "configcat",
7
"license": "MIT",
8
"dependencies": {
9
- "configcat-node": "2.1.4"
+ "configcat-node": "2.1.5"
10
}
11
0 commit comments