Skip to content

Commit

Permalink
Prepare v9.5.0 release (#94)
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
adams85 authored Mar 21, 2024
1 parent fa8ded4 commit b899eee
Showing 3 changed files with 49 additions and 14 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"
56 changes: 44 additions & 12 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-js",
"version": "9.4.0",
"version": "9.5.0",
"description": "ConfigCat is a configuration as a service that lets you manage your features and configurations without actually deploying new code.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@@ -33,7 +33,7 @@
"license": "MIT",
"homepage": "https://configcat.com",
"dependencies": {
"configcat-common": "9.2.0",
"configcat-common": "9.3.0",
"tslib": "^2.4.1"
},
"devDependencies": {

0 comments on commit b899eee

Please sign in to comment.