Skip to content

Commit

Permalink
Prepare v2.4.0 release (#24)
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 524bfdc commit 7a70fb4
Show file tree
Hide file tree
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"
Expand Down
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-chromium-extension",
"version": "2.3.0",
"version": "2.4.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",
Expand Down Expand Up @@ -33,7 +33,7 @@
"homepage": "https://configcat.com",
"dependencies": {
"@types/chrome": "0.0.193",
"configcat-common": "9.2.0",
"configcat-common": "9.3.0",
"tslib": "^2.4.1"
},
"devDependencies": {
Expand Down

0 comments on commit 7a70fb4

Please sign in to comment.