Skip to content

Commit

Permalink
Prepare v11.3.1 release (#77)
Browse files Browse the repository at this point in the history
* npm audit fix

* Upgrade to configcat-common v9.3.1

* Bump version
  • Loading branch information
adams85 authored Sep 6, 2024
1 parent 9ee9961 commit e6db674
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 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.3.0",
"version": "11.3.1",
"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.3.0",
"configcat-common": "9.3.1",
"tslib": "^2.4.1",
"tunnel": "0.0.6"
},
Expand Down

0 comments on commit e6db674

Please sign in to comment.