diff --git a/CHANGELOG.md b/CHANGELOG.md index 075e475..c20cf3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ All notable changes to this project will be documented in this file. ### 🚜 Refactor - Improve init of popup script and simplify `setLinks` +- Replace `webextension-polyfill` with simple `browser` fallback to `chrome` +- Convert `eslint.config.js` to `eslint.config.mjs` ### 🎨 Styling @@ -32,6 +34,8 @@ All notable changes to this project will be documented in this file. - Update dependencies - Update `husky` - Update dependencies +- Update dprint plugins +- Update dependencies ### ✳️ Other diff --git a/.commitlintrc.js b/commitlint.config.mjs similarity index 72% rename from .commitlintrc.js rename to commitlint.config.mjs index 4c73b71..d5068c9 100644 --- a/.commitlintrc.js +++ b/commitlint.config.mjs @@ -1,3 +1,3 @@ -module.exports = { +export default { extends: ['@commitlint/config-conventional'], };