Skip to content

Commit 003aacd

Browse files
chore(release): v0.5.2
1 parent d441e2e commit 003aacd

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

CHANGELOG.md

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

3+
## 🚀 Release `adnbn` v0.5.2 (2025-11-10)
4+
5+
6+
### 🐛 Bug Fixed
7+
8+
* **cli:** set default DOTENV_LOG level to 'error' instead of 'none' ([2ff78be](https://github.com/addon-stack/addon-bone/commit/2ff78bef7dd4919c459adaefc0d607727943e816))
9+
10+
11+
12+
13+
### 🧹 Chores
14+
15+
* **plugins:** standardize plugin export names for consistency ([fc2cb55](https://github.com/addon-stack/addon-bone/commit/fc2cb554787523aec786ffc83700db20a2e6cb94))
16+
17+
18+
19+
20+
### 🛠️ Refactoring
21+
22+
* **dotenv:** remove encryption/decryption logic and simplify env handling ([9af389f](https://github.com/addon-stack/addon-bone/commit/9af389fbba53457e32c32ee23b27cbb4cd92c834))
23+
24+
- Deleted `crypt.ts` module and associated tests.
25+
- Removed references to encryption/decryption in dotenv utils and plugins.
26+
- Simplified `resolveEnvOptions` to eliminate `crypt` flag handling.
27+
- Updated tests to reflect the removal of encryption-related logic.
28+
- Renamed `ReservedEnvKeys` to `EnvReservedKeys` for consistency.
29+
30+
* **meta:** remove `Email` plugin and implement `SpecificSettings` plugin ([82db540](https://github.com/addon-stack/addon-bone/commit/82db540f1a5def467e6685ece71a0b0f22cd7d53))
31+
32+
- Deleted `Email` metadata plugin and its associated tests.
33+
- Added `SpecificSettings` plugin to handle browser-specific configurations.
34+
- Updated manifest builder to support `browser_specific_settings` via `SpecificSettings`.
35+
- Enhanced typing schemas to include `BrowserSpecific` definitions.
36+
- Refactored related code and tests to incorporate new plugin and remove redundant logic.
37+
338
## 🚀 Release `adnbn` v0.5.1 (2025-10-28)
439

540

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,7 +1,7 @@
11
{
22
"name": "adnbn",
33
"type": "module",
4-
"version": "0.5.1",
4+
"version": "0.5.2",
55
"description": "Addon Bone - Cross-browser web extension framework with shared code base",
66
"homepage": "https://addonbone.com",
77
"license": "MIT",

0 commit comments

Comments
 (0)