Skip to content

Commit 9da5b4c

Browse files
chore(release): @wxt-dev/analytics v0.5.1
1 parent 84af322 commit 9da5b4c

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

packages/analytics/CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
# Changelog
22

3+
## v0.5.1
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/analytics-v0.5.0...analytics-v0.5.1)
6+
7+
### 🚀 Enhancements
8+
9+
- Integrate latest measurement protocol changes ([#1767](https://github.com/wxt-dev/wxt/pull/1767))
10+
11+
### 🩹 Fixes
12+
13+
- Use `@wxt-dev/browser` instead of `@types/chrome` ([#1645](https://github.com/wxt-dev/wxt/pull/1645))
14+
15+
### 🏡 Chore
16+
17+
- Stop using PNPM catalog ([#1644](https://github.com/wxt-dev/wxt/pull/1644))
18+
- Upgrade `@aklinker1/check` to v2 ([#1647](https://github.com/wxt-dev/wxt/pull/1647))
19+
- Change browser workspace dependency to `^` ([c7335add](https://github.com/wxt-dev/wxt/commit/c7335add))
20+
- Fix auto-fixable `markdownlint` errors ([#1710](https://github.com/wxt-dev/wxt/pull/1710))
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+
- Tanishq-aggarwal ([@tanishq-aggarwal](https://github.com/tanishq-aggarwal))
29+
330
## v0.5.0
31+
432
[⚠️ 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)
533

634
### 🩹 Fixes
@@ -9,4 +37,4 @@
937

1038
### ❤️ Contributors
1139

12-
- Aaron ([@aklinker1](https://github.com/aklinker1))
40+
- Aaron ([@aklinker1](https://github.com/aklinker1))

packages/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wxt-dev/analytics",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Add analytics to your web extension",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)