Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3024bd825d | |||
| 0b39774690 |
@@ -17,7 +17,7 @@
|
||||
|
||||
### ❤️ Contributors
|
||||
|
||||
- Ergou <ma2808203259@hotmail.com>
|
||||
- ergou ([@RayGuo-ergou](https://github.com/RayGuo-ergou))
|
||||
- Aaron ([@aklinker1](http://github.com/aklinker1))
|
||||
- Okinea Dev ([@okineadev](http://github.com/okineadev))
|
||||
|
||||
@@ -69,4 +69,4 @@ It's still shipped inside WXT and accessible via `wxt/storage`, but now:
|
||||
|
||||
[Read the docs](https://wxt.dev/storage.html) for more details.
|
||||
|
||||
> This is apart of the v1.0 initiative for WXT.
|
||||
> This is apart of the v1.0 initiative for WXT.
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# Changelog
|
||||
|
||||
## v0.19.29
|
||||
|
||||
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.28...wxt-v0.19.29)
|
||||
|
||||
### 🚀 Enhancements
|
||||
|
||||
- Tolerate syntax errors ([#1437](https://github.com/wxt-dev/wxt/pull/1437))
|
||||
|
||||
### 🩹 Fixes
|
||||
|
||||
- Support `registration: "runtime"` for MV2 ([#1431](https://github.com/wxt-dev/wxt/pull/1431))
|
||||
|
||||
### ❤️ Contributors
|
||||
|
||||
- Thomas ([@harmonyharmo](http://github.com/harmonyharmo))
|
||||
- Alec Larson ([@aleclarson](http://github.com/aleclarson))
|
||||
|
||||
## v0.19.28
|
||||
|
||||
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.27...wxt-v0.19.28)
|
||||
@@ -2870,4 +2887,4 @@ Initial release of WXT. Full support for production builds and initial toolkit f
|
||||
### 🤖 CI
|
||||
|
||||
- Create validation workflow ([#12](https://github.com/wxt-dev/wxt/pull/12))
|
||||
- Create release workflow ([#13](https://github.com/wxt-dev/wxt/pull/13))
|
||||
- Create release workflow ([#13](https://github.com/wxt-dev/wxt/pull/13))
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "wxt",
|
||||
"type": "module",
|
||||
"version": "0.19.28",
|
||||
"version": "0.19.29",
|
||||
"description": "⚡ Next-gen Web Extension Framework",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user