File tree 2 files changed +28
-2
lines changed
2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.0.1
4
+
5
+ [ compare changes] ( https://github.com/wxt-dev/wxt/compare/module-svelte-v1.0.0...module-svelte-v1.0.1 )
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - Upgrade wxt peer to >= 0.18.6 ([ 7edf1c8] ( https://github.com/wxt-dev/wxt/commit/7edf1c8 ) )
10
+
11
+ ### 📖 Documentation
12
+
13
+ - Fix link to unimport ([ #826 ] ( https://github.com/wxt-dev/wxt/pull/826 ) )
14
+
15
+ ### 🏡 Chore
16
+
17
+ - Add changelog ([ 21e8ca0] ( https://github.com/wxt-dev/wxt/commit/21e8ca0 ) )
18
+ - Extract build cache script to NPM package ([ #737 ] ( https://github.com/wxt-dev/wxt/pull/737 ) )
19
+ - ** deps:** Upgrade non-major deps ([ #778 ] ( https://github.com/wxt-dev/wxt/pull/778 ) )
20
+ - ** deps:** Bump all non-major dependencies ([ #834 ] ( https://github.com/wxt-dev/wxt/pull/834 ) )
21
+ - ** deps:** Upgrade all dependencies ([ #869 ] ( https://github.com/wxt-dev/wxt/pull/869 ) )
22
+ - Add more metadata for npm ([ #885 ] ( https://github.com/wxt-dev/wxt/pull/885 ) )
23
+
24
+ ### ❤️ Contributors
25
+
26
+ - Florian Metz ([ @Timeraa ] ( http://github.com/Timeraa ) )
27
+ - Eetann ([ @eetann ] ( http://github.com/eetann ) )
28
+
3
29
## v1.0.0
4
30
5
- Initial release 🎉
31
+ Initial release 🎉
Original file line number Diff line number Diff line change 17
17
18
18
},
19
19
"license" : " MIT" ,
20
- "version" : " 1.0.0 " ,
20
+ "version" : " 1.0.1 " ,
21
21
"type" : " module" ,
22
22
"main" : " ./dist/index.cjs" ,
23
23
"module" : " ./dist/index.mjs" ,
You can’t perform that action at this time.
0 commit comments