Skip to content

Commit

Permalink
3.7.1 (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
JensAstrup authored Nov 15, 2024
2 parents c911a22 + 2f7a838 commit 2286f7b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=3.7.0
VERSION=3.7.1
CHANGELOG_VERSION=3.0.1
GOOGLE_MEASUREMENT_ID="G-SN6JNMXND2"
PROXY_URL=https://monkfish-app-4bylm.ondigitalocean.app
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@
"storage",
"tabs"
],
"version": "3.7.0"
"version": "3.7.1"
}
8 changes: 7 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
const path = require('path')

// eslint-disable-next-line @typescript-eslint/no-var-requires
const baseConfig = require('./webpack.config.base')


module.exports = {

Expand Down Expand Up @@ -55,5 +58,8 @@ module.exports = {
'@sx': path.resolve(__dirname, './src/js/')
},
extensions: ['.tsx', '.ts', '.js']
}
},
plugins: [
...baseConfig.plugins
]
}

0 comments on commit 2286f7b

Please sign in to comment.