File tree 2 files changed +27
-1
lines changed
2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.19.23
4
+
5
+ [ compare changes] ( https://github.com/wxt-dev/wxt/compare/wxt-v0.19.22...wxt-v0.19.23 )
6
+
7
+ ### 🚀 Enhancements
8
+
9
+ - ** hooks:** Move ` entrypoints:resolved ` before debug logs and add ` entrypoints:found ` ([ #1292 ] ( https://github.com/wxt-dev/wxt/pull/1292 ) )
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - Allow runtime registered content scripts to not have ` matches ` ([ #1306 ] ( https://github.com/wxt-dev/wxt/pull/1306 ) )
14
+ - Properly close readline instance on close ([ #1278 ] ( https://github.com/wxt-dev/wxt/pull/1278 ) )
15
+
16
+ ### 📖 Documentation
17
+
18
+ - Sync READMEs ([ 27298b7] ( https://github.com/wxt-dev/wxt/commit/27298b7 ) )
19
+
20
+ ### 🏡 Chore
21
+
22
+ - Simplify keyboard shortcuts ([ #1284 ] ( https://github.com/wxt-dev/wxt/pull/1284 ) )
23
+
24
+ ### ❤️ Contributors
25
+
26
+ - Aaron ([ @aklinker1 ] ( http://github.com/aklinker1 ) )
27
+ - Abhigyan Trips < abhigyantrips@gmail.com >
28
+
3
29
## v0.19.22
4
30
5
31
[ compare changes] ( https://github.com/wxt-dev/wxt/compare/wxt-v0.19.21...wxt-v0.19.22 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wxt" ,
3
3
"type" : " module" ,
4
- "version" : " 0.19.22 " ,
4
+ "version" : " 0.19.23 " ,
5
5
"description" : " Next gen framework for developing web extensions" ,
6
6
"repository" : {
7
7
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments