Skip to content

Commit

Permalink
Prepare v11.3.0 release (#73)
Browse files Browse the repository at this point in the history
* Upgrade configcat-common to v9.3.0

* npm audit fix

* Set eslint as default formatter for VSCode workspace

* Bump version
  • Loading branch information
adams85 authored Mar 21, 2024
1 parent c08d940 commit d035319
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"eslint.format.enable": true,
"eslint.validate": [
"typescript"
Expand Down
50 changes: 41 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "configcat-node",
"version": "11.2.0",
"version": "11.3.0",
"description": "Official ConfigCat SDK to help you access your feature flags from a Node.js application.",
"main": "lib/client.js",
"types": "lib/client.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"engine-strict": true,
"dependencies": {
"configcat-common": "9.2.0",
"configcat-common": "9.3.0",
"tslib": "^2.4.1",
"tunnel": "0.0.6"
},
Expand Down

0 comments on commit d035319

Please sign in to comment.