Skip to content

Commit 135f691

Browse files
authored
Prepare v9.5.1 release (#98)
* npm audit fix * Upgrade to configcat-common v9.3.1 * Bump version
1 parent d103ed4 commit 135f691

File tree

2 files changed

+76
-97
lines changed

2 files changed

+76
-97
lines changed

package-lock.json

Lines changed: 74 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "configcat-js",
3-
"version": "9.5.0",
3+
"version": "9.5.1",
44
"description": "ConfigCat is a configuration as a service that lets you manage your features and configurations without actually deploying new code.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -33,7 +33,7 @@
3333
"license": "MIT",
3434
"homepage": "https://configcat.com",
3535
"dependencies": {
36-
"configcat-common": "9.3.0",
36+
"configcat-common": "9.3.1",
3737
"tslib": "^2.4.1"
3838
},
3939
"devDependencies": {

0 commit comments

Comments
 (0)