diff --git a/CHANGELOG.md b/CHANGELOG.md index 938ecf5..0559500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## 1.4.0 + +### Updates + +- Updates Node.js ([#39](https://github.com/yoriiis/svg-chunk-webpack-plugin/pull/39)) + - Minimum supported `Node.js` version is `20.18.0` + - Updates other packages + - Migrate ESLint/Stylelint/Prettier to Biome + ## 1.3.5 ### Fixes diff --git a/package.json b/package.json index df7cb01..87a1488 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "abtasty-debugger", - "version": "1.3.5", + "version": "1.4.0", "private": true, "description": "Browser extension that simplifies the debugging of A/B tests from AB Tasty and adds useful informations", "homepage": "https://github.com/yoriiis/abtasty-debugger", diff --git a/src/shared/assets/manifests/manifest-v2.json b/src/shared/assets/manifests/manifest-v2.json index 08eb92d..a4f3092 100644 --- a/src/shared/assets/manifests/manifest-v2.json +++ b/src/shared/assets/manifests/manifest-v2.json @@ -1,6 +1,6 @@ { "name": "AB Tasty Debugger", - "version": "1.3.5", + "version": "1.4.0", "description": "Debug A/B tests from AB Tasty. Open source.", "background": { "scripts": ["background.js"] diff --git a/src/shared/assets/manifests/manifest-v3.json b/src/shared/assets/manifests/manifest-v3.json index 555edfd..7bd22f7 100644 --- a/src/shared/assets/manifests/manifest-v3.json +++ b/src/shared/assets/manifests/manifest-v3.json @@ -1,6 +1,6 @@ { "name": "AB Tasty Debugger", - "version": "1.3.5", + "version": "1.4.0", "description": "Debug A/B tests from AB Tasty. Open source.", "action": { "default_title": "AB Tasty Debugger",