diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 4e77f370..3b6a073a 100644 --- a/packages/analytics/CHANGELOG.md +++ b/packages/analytics/CHANGELOG.md @@ -1,6 +1,34 @@ # Changelog +## v0.5.1 + +[compare changes](https://github.com/wxt-dev/wxt/compare/analytics-v0.5.0...analytics-v0.5.1) + +### 🚀 Enhancements + +- Integrate latest measurement protocol changes ([#1767](https://github.com/wxt-dev/wxt/pull/1767)) + +### 🩹 Fixes + +- Use `@wxt-dev/browser` instead of `@types/chrome` ([#1645](https://github.com/wxt-dev/wxt/pull/1645)) + +### 🏡 Chore + +- Stop using PNPM catalog ([#1644](https://github.com/wxt-dev/wxt/pull/1644)) +- Upgrade `@aklinker1/check` to v2 ([#1647](https://github.com/wxt-dev/wxt/pull/1647)) +- Change browser workspace dependency to `^` ([c7335add](https://github.com/wxt-dev/wxt/commit/c7335add)) +- Fix auto-fixable `markdownlint` errors ([#1710](https://github.com/wxt-dev/wxt/pull/1710)) +- **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)) +- Tanishq-aggarwal ([@tanishq-aggarwal](https://github.com/tanishq-aggarwal)) + ## v0.5.0 + [⚠️ breaking changes](https://wxt.dev/guide/resources/upgrading.html) • [compare changes](https://github.com/wxt-dev/wxt/compare/analytics-v0.4.1...analytics-v0.5.0) ### 🩹 Fixes @@ -9,4 +37,4 @@ ### ❤️ Contributors -- Aaron ([@aklinker1](https://github.com/aklinker1)) +- Aaron ([@aklinker1](https://github.com/aklinker1)) \ No newline at end of file diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 3194d2cb..b1614cf1 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@wxt-dev/analytics", - "version": "0.5.0", + "version": "0.5.1", "description": "Add analytics to your web extension", "repository": { "type": "git",