Skip to content

Commit d035319

Browse files
authored
Prepare v11.3.0 release (#73)
* Upgrade configcat-common to v9.3.0 * npm audit fix * Set eslint as default formatter for VSCode workspace * Bump version
1 parent c08d940 commit d035319

File tree

3 files changed

+46
-11
lines changed

3 files changed

+46
-11
lines changed

Diff for: .vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"[typescript]": {
3+
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
4+
},
25
"eslint.format.enable": true,
36
"eslint.validate": [
47
"typescript"

Diff for: package-lock.json

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

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "configcat-node",
3-
"version": "11.2.0",
3+
"version": "11.3.0",
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.2.0",
35+
"configcat-common": "9.3.0",
3636
"tslib": "^2.4.1",
3737
"tunnel": "0.0.6"
3838
},

0 commit comments

Comments
 (0)