Skip to content

Commit

Permalink
2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonghakseo committed Nov 19, 2024
1 parent a1c0184 commit 7bd343d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrome-extension-boilerplate-react-vite",
"version": "2.2.4",
"version": "2.2.5",
"description": "chrome extension boilerplate",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion pages/content-injected/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type Config = {
injectionConfig: InjectionConfig;
};

const _logLevel: LogLevels = 'debug';
const _logLevel: LogLevels = 'prod';

(async (logLevel: LogLevels) => {
const Logger = {
Expand Down

0 comments on commit 7bd343d

Please sign in to comment.