Skip to content

Commit ded44f6

Browse files
chore(release): v0.4.0
1 parent 5860d71 commit ded44f6

3 files changed

Lines changed: 62 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Changelog
2+
3+
## 🚀 Release `@adnbn/plugin-reg-cs` v0.4.0 (2025-10-17)
4+
5+
6+
### ✨ Features
7+
8+
* add Husky hooks for commit message validation, pre-commit checks, and pre-push tests ([b00b960](https://github.com/addon-stack/plugin-reg-cs/commit/b00b960312ed3af7510ac8777a5eaa65cbea9a62))
9+
10+
11+
* enhance TypeScript config and project setup ([c7d6e44](https://github.com/addon-stack/plugin-reg-cs/commit/c7d6e44b5008cbc77c197fa5e0c61f81391ebb1d))
12+
13+
14+
* migrate from Prettier to Biome for formatting and linting configuration ([904d8e8](https://github.com/addon-stack/plugin-reg-cs/commit/904d8e8370965f49e52a2b8faeef7d7fbfe10c8f))
15+
16+
17+
18+
19+
### 📝 Documentation
20+
21+
* add SECURITY.md and LICENSE.md, update README badges ([7bc9b43](https://github.com/addon-stack/plugin-reg-cs/commit/7bc9b434a78e4cc134583c9bd060c53e4f970c44))
22+
23+
- Added a SECURITY.md for reporting vulnerabilities and disclosure practices.
24+
- Added LICENSE.md with the MIT license details.
25+
- Updated README with new badges for CI and license links.
26+
27+
28+
29+
### 🤖 CI
30+
31+
* add release automation with release-it and GitHub Actions ([73c8d6a](https://github.com/addon-stack/plugin-reg-cs/commit/73c8d6abc43c3632fd849a995400e386dcc6469a))
32+
33+
34+
35+
36+
### 🧹 Chores
37+
38+
* **deps:** update dependencies ([c38c85b](https://github.com/addon-stack/plugin-reg-cs/commit/c38c85bbea4f1a51637ddec4cdb011d620f409ec))
39+
40+
41+
* update dependencies and devDependencies in `package-lock.json` ([66f2ad5](https://github.com/addon-stack/plugin-reg-cs/commit/66f2ad55ac1e50b31bada83c324fa899d0b6367d))
42+
43+
44+
45+
46+
### 🛠️ Refactoring
47+
48+
* optimize tab injection logic in `background.ts` ([953b5ce](https://github.com/addon-stack/plugin-reg-cs/commit/953b5ce6fb8b9edf3fea92daa47b67418a2530c5))
49+
50+
- Consolidated reusable tab filtering with `isInjectableTab` helper.
51+
- Enhanced code readability and structure by reducing redundancy in tab injection processes.
52+
53+
54+
55+
56+
### 🙌 Contributors
57+
58+
- [Addon Stack](https://github.com/addon-stack) (@addon-stack) — 10 commits
59+
- [Rostyslav Nihrutsa](rostyslav.nihrutsa@gmail.com) — 1 commits

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adnbn/plugin-reg-cs",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "A plugin for Addon Bone that automatically registers and injects content scripts when your browser extension is installed",
55
"keywords": [
66
"adnbn",

0 commit comments

Comments
 (0)