Skip to content

Commit c41d42b

Browse files
author
GitHub Actions
committed
chore(release): v0.4.5
1 parent ae09580 commit c41d42b

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## v0.4.5
4+
5+
[compare changes](https://github.com/wxt-dev/queue/compare/v0.4.4...v0.4.5)
6+
7+
### 🚀 Enhancements
8+
9+
- Add support for getting edge extensions by CRX ID ([#7](https://github.com/wxt-dev/queue/pull/7))
10+
11+
### 💅 Refactors
12+
13+
- Standardize and share store definitions ([#8](https://github.com/wxt-dev/queue/pull/8))
14+
15+
### 🏡 Chore
16+
17+
- Switch to nano-staged ([25353e4](https://github.com/wxt-dev/queue/commit/25353e4))
18+
- Fix cors issue due to an async global hook ([a249ffb](https://github.com/wxt-dev/queue/commit/a249ffb))
19+
- Cleanup unnecessary config files ([aa0d746](https://github.com/wxt-dev/queue/commit/aa0d746))
20+
- Remove separate markdown files ([b9f50e0](https://github.com/wxt-dev/queue/commit/b9f50e0))
21+
- Cleanup docker ignore ([d87433f](https://github.com/wxt-dev/queue/commit/d87433f))
22+
- Add cspell ([422d817](https://github.com/wxt-dev/queue/commit/422d817))
23+
- Optimize docker image size 225MB -> 107MB ([b5b9a07](https://github.com/wxt-dev/queue/commit/b5b9a07))
24+
- Fix `ctx: any` in graphql resolvers ([ae09580](https://github.com/wxt-dev/queue/commit/ae09580))
25+
26+
### ❤️ Contributors
27+
28+
- Aaron ([@aklinker1](https://github.com/aklinker1))
29+
330
## v0.4.4
431

532
[compare changes](https://github.com/wxt-dev/queue/compare/v0.4.3...v0.4.4)

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/queue",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"type": "module",
55
"packageManager": "bun@1.3.12",
66
"scripts": {

0 commit comments

Comments
 (0)