diff --git a/packages/runner/CHANGELOG.md b/packages/runner/CHANGELOG.md index 4f07981d..d5c3988f 100644 --- a/packages/runner/CHANGELOG.md +++ b/packages/runner/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## v0.1.2 + +[compare changes](https://github.com/wxt-dev/wxt/compare/runner-v0.1.1...runner-v0.1.2) + +### 🚀 Enhancements + +- **config:** Add browser path for Zen via Homebrew ([#1813](https://github.com/wxt-dev/wxt/pull/1813)) + +### 🩹 Fixes + +- Improve Chrome path search ([#1823](https://github.com/wxt-dev/wxt/pull/1823)) +- **paths:** Add browser paths for Arc & Dia on macos ([#1814](https://github.com/wxt-dev/wxt/pull/1814)) + +### 🏡 Chore + +- Fix auto-fixable `markdownlint` errors ([#1710](https://github.com/wxt-dev/wxt/pull/1710)) +- Manually fix markdownlint errors ([#1711](https://github.com/wxt-dev/wxt/pull/1711)) +- **deps:** Upgrade oxlint from 0.16.8 to 1.14.0 ([a01928e0](https://github.com/wxt-dev/wxt/commit/a01928e0)) +- **deps:** Upgrade typescript from 5.8.3 to 5.9.2 ([a6eef643](https://github.com/wxt-dev/wxt/commit/a6eef643)) +- Create script for managing dependency upgrades ([#1875](https://github.com/wxt-dev/wxt/pull/1875)) +- **deps:** Upgrade all dev dependencies ([#1876](https://github.com/wxt-dev/wxt/pull/1876)) + +### ❤️ Contributors + +- Aaron ([@aklinker1](https://github.com/aklinker1)) +- Sam Carlton ([@ThatGuySam](https://github.com/ThatGuySam)) +- Alexander Kachkaev + ## v0.1.1 [compare changes](https://github.com/wxt-dev/wxt/compare/runner-v0.1.0...runner-v0.1.1) \ No newline at end of file diff --git a/packages/runner/package.json b/packages/runner/package.json index 98fcb586..11157b3f 100644 --- a/packages/runner/package.json +++ b/packages/runner/package.json @@ -1,7 +1,7 @@ { "name": "@wxt-dev/runner", "description": "Launch Chrome and Firefox with a web extension installed", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "repository": { "type": "git",