Skip to content

Commit 9159e35

Browse files
chore(release): v0.3.1
1 parent 4f2c793 commit 9159e35

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 🚀 Release `@addon-core/inject-script` v0.3.1 (2025-10-21)
4+
5+
6+
### 🐛 Bug Fixed
7+
8+
* handle exceptions when checking for Firefox compatibility ([4a1c250](https://github.com/addon-stack/inject-script/commit/4a1c250bfcebb330efd8a8214390dbee11ce713f))
9+
10+
11+
12+
13+
14+
### 🙌 Contributors
15+
16+
- [Addon Stack](addonbonedev@gmail.com) — 2 commits
17+
- [Rostyslav Nihrutsa](rostyslav.nihrutsa@gmail.com) — 1 commits
18+
319
## 🚀 Release `@addon-core/inject-script` v0.3.0 (2025-10-08)
420

521

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/inject-script",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A lightweight, TypeScript-ready library for injecting JavaScript functions or external scripts into Chrome extension tabs and frames (Manifest V2 & V3).",
55
"keywords": [
66
"browser",

0 commit comments

Comments
 (0)