From 28c7e7d9edf199986024451d21337f1bcb752343 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 29 Mar 2024 05:52:30 +0000 Subject: [PATCH] chore(release): v0.17.10 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 076d411e..54a58713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v0.17.10 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.17.9...v0.17.10) + +### 🚀 Enhancements + +- Add `dev.server.port` config ([#577](https://github.com/wxt-dev/wxt/pull/577)) + +### 🏡 Chore + +- Use `@aklinker1/check` to simplify checks setup ([#550](https://github.com/wxt-dev/wxt/pull/550)) +- Refactor order of config resolution ([#578](https://github.com/wxt-dev/wxt/pull/578)) + +### ❤️ Contributors + +- Zizheng Tai ([@zizhengtai](http://github.com/zizhengtai)) + ## v0.17.9 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.17.8...v0.17.9) diff --git a/package.json b/package.json index 3e6c8caf..5ddc7720 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.17.9", + "version": "0.17.10", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18",