Skip to content

Commit 8ebfb09

Browse files
chore(release): v0.5.0
1 parent 857ed40 commit 8ebfb09

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

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

3+
## 🚀 Release `@addon-core/browser` v0.5.0 (2026-04-09)
4+
5+
6+
### ✨ Features
7+
8+
* **utils:** export utilities module and rename helper to checkLastError ([574dfb7](https://github.com/addon-stack/browser/commit/574dfb762b2e46b241b183e03abdc1b0155f61ae))
9+
10+
- Add @addon-core/browser/utils export in package.json and tsup.config.ts.
11+
- Rename throwRuntimeError to checkLastError for better clarity and API consistency.
12+
- Create docs/utils.md with detailed descriptions and usage examples.
13+
- Refactor tests and internal references to match the new naming.
14+
15+
16+
17+
### 🤖 CI
18+
19+
* **workflows:** pin npm version to 11.7.0 for consistency and debug output ([24d9d6e](https://github.com/addon-stack/browser/commit/24d9d6e67f32f804b3de0ba83d3956d53fa6ebe9))
20+
21+
22+
23+
24+
25+
### 🙌 Contributors
26+
27+
- [Anjey Tsibylskij](https://github.com/atldays) (@atldays) — commits: 4
28+
329
## 🚀 Release `@addon-core/browser` v0.4.1 (2026-02-19)
430

531

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": "@addon-core/browser",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "TypeScript wrapper for Web Extension APIs",
55
"keywords": [
66
"browser",

0 commit comments

Comments
 (0)