Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
yoriiis committed Nov 19, 2024
1 parent f66e416 commit bd8df08
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/shared/assets/manifests/manifest-v2.json
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion src/shared/assets/manifests/manifest-v3.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bd8df08

Please sign in to comment.