Skip to content

Commit 4ceec1a

Browse files
chore(release): @wxt-dev/runner v0.1.2
1 parent ba314d7 commit 4ceec1a

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

packages/runner/CHANGELOG.md

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

3+
## v0.1.2
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/runner-v0.1.1...runner-v0.1.2)
6+
7+
### 🚀 Enhancements
8+
9+
- **config:** Add browser path for Zen via Homebrew ([#1813](https://github.com/wxt-dev/wxt/pull/1813))
10+
11+
### 🩹 Fixes
12+
13+
- Improve Chrome path search ([#1823](https://github.com/wxt-dev/wxt/pull/1823))
14+
- **paths:** Add browser paths for Arc & Dia on macos ([#1814](https://github.com/wxt-dev/wxt/pull/1814))
15+
16+
### 🏡 Chore
17+
18+
- Fix auto-fixable `markdownlint` errors ([#1710](https://github.com/wxt-dev/wxt/pull/1710))
19+
- Manually fix markdownlint errors ([#1711](https://github.com/wxt-dev/wxt/pull/1711))
20+
- **deps:** Upgrade oxlint from 0.16.8 to 1.14.0 ([a01928e0](https://github.com/wxt-dev/wxt/commit/a01928e0))
21+
- **deps:** Upgrade typescript from 5.8.3 to 5.9.2 ([a6eef643](https://github.com/wxt-dev/wxt/commit/a6eef643))
22+
- Create script for managing dependency upgrades ([#1875](https://github.com/wxt-dev/wxt/pull/1875))
23+
- **deps:** Upgrade all dev dependencies ([#1876](https://github.com/wxt-dev/wxt/pull/1876))
24+
25+
### ❤️ Contributors
26+
27+
- Aaron ([@aklinker1](https://github.com/aklinker1))
28+
- Sam Carlton ([@ThatGuySam](https://github.com/ThatGuySam))
29+
- Alexander Kachkaev <[email protected]>
30+
331
## v0.1.1
432

533
[compare changes](https://github.com/wxt-dev/wxt/compare/runner-v0.1.0...runner-v0.1.1)

packages/runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wxt-dev/runner",
33
"description": "Launch Chrome and Firefox with a web extension installed",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"type": "module",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)