Skip to content

Commit cbf43f1

Browse files
chore(release): v0.5.0
1 parent ebfec81 commit cbf43f1

File tree

3 files changed

+53
-3
lines changed

3 files changed

+53
-3
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,55 @@
11
# Changelog
22

3+
## 🚀 Release `@adnbn/plugin-reg-cs` v0.5.0 (2025-10-21)
4+
5+
6+
### ✨ Features
7+
8+
* enhance register content scripts logic with checking permissions ([681cfb3](https://github.com/addon-stack/plugin-reg-cs/commit/681cfb33075d59c5b7ed195d322cb8ef5043384e))
9+
10+
11+
12+
13+
### 📝 Documentation
14+
15+
* update README for improved clarity on plugin behavior and permissions ([2eae875](https://github.com/addon-stack/plugin-reg-cs/commit/2eae8750b27692fec96c037f59b4fe24ebe66401))
16+
17+
- Clarified content script activation flow and error handling.
18+
- Expanded details on required permissions and their usage.
19+
- Added additional troubleshooting steps for common issues.
20+
21+
22+
23+
### 🧩 Other
24+
25+
* format code ([a367ab3](https://github.com/addon-stack/plugin-reg-cs/commit/a367ab37f18d7f2483f731e2c9d9217b4551b8be))
26+
27+
28+
29+
30+
### 🧹 Chores
31+
32+
* **dependencies:** update dependencies and devDependencies in `package-lock.json` ([764f84a](https://github.com/addon-stack/plugin-reg-cs/commit/764f84a98147aac984d3e27c9a3491c70990dce9))
33+
34+
35+
36+
37+
### 🛠️ Refactoring
38+
39+
* **background:** improve permissions handling and event cleanup logic ([a8a7916](https://github.com/addon-stack/plugin-reg-cs/commit/a8a79167926a81ceb92f0d4ae68dea6b527807e1))
40+
41+
- Extracted `permissions` to a reusable constant for cleaner code.
42+
- Refined `onPermissionsAdded` callback to ensure proper cleanup after use.
43+
- Updated condition checks to enhance code clarity and maintainability.
44+
45+
46+
47+
48+
### 🙌 Contributors
49+
50+
- [Addon Stack](https://github.com/addon-stack) (@addon-stack) — 5 commits
51+
- [Rostyslav Nihrutsa]([email protected]) — 3 commits
52+
353
## 🚀 Release `@adnbn/plugin-reg-cs` v0.4.0 (2025-10-17)
454

555

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.4.0",
3+
"version": "0.5.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)