diff --git a/package.json b/package.json index 8d50cebf..b873711a 100644 --- a/package.json +++ b/package.json @@ -44,11 +44,6 @@ "lint-staged": { "*": "prettier --ignore-unknown --write" }, - "changelog": { - "excludeAuthors": [ - "aaronklinker1@gmail.com" - ] - }, "pnpm": { "peerDependencyRules": { "ignoreMissing": [ diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 87d18638..5b5b2c00 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -45,14 +45,13 @@ ### ❤️ Contributors -- Aaron -- Alegal200 +- Alegal200 ([@alegal200](https://github.com/alegal200)) - Yacine-bens ([@yacine-bens](http://github.com/yacine-bens)) -- Ayden +- Ayden ([@AydenGen](https://github.com/AydenGen)) - Wuzequanyouzi ([@wuzequanyouzi](http://github.com/wuzequanyouzi)) - Can Rau ([@CanRau](http://github.com/CanRau)) - 日高 凌 ([@ryohidaka](http://github.com/ryohidaka)) -- Bas Van Zanten +- Bas Van Zanten ([@Bas950](http://github.com/Bas950)) - ThinkStu ([@Bistutu](http://github.com/Bistutu)) ## v0.17.12 diff --git a/packages/wxt/package.json b/packages/wxt/package.json index c23b9754..33fe7609 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -148,5 +148,10 @@ "tsup": "^8.0.1", "tsx": "^4.6.2", "typescript": "^5.3.2" + }, + "changelog": { + "excludeAuthors": [ + "aaronklinker1@gmail.com" + ] } }