Skip to content

Commit 387ebf7

Browse files
author
GitHub Actions
committed
chore(release): v0.3.16
1 parent b43d9af commit 387ebf7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v0.3.16
4+
5+
[compare changes](https://github.com/wxt-dev/queue/compare/v0.3.15...v0.3.16)
6+
7+
### 🩹 Fixes
8+
9+
- Properly remove the second comma from user counts over 1,000,000 ([b43d9af](https://github.com/wxt-dev/queue/commit/b43d9af))
10+
11+
### 🏡 Chore
12+
13+
- Update lockfile ([f800177](https://github.com/wxt-dev/queue/commit/f800177))
14+
315
## v0.3.15
416

517
[compare changes](https://github.com/wxt-dev/queue/compare/v0.3.14...v0.3.15)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wxt-queue",
3-
"version": "0.3.15",
3+
"version": "0.3.16",
44
"module": "src/index.ts",
55
"type": "module",
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)