File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.7.1
5
+
6
+ [ compare changes] ( https://github.com/nuxt/scripts/compare/v0.7.0...v0.7.1 )
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - Broken type generation ([ 8282d6e] ( https://github.com/nuxt/scripts/commit/8282d6e ) )
11
+ - ** GoogleMaps:** Ensure center marker is place when using mapOptions ([ 45e6f24] ( https://github.com/nuxt/scripts/commit/45e6f24 ) )
12
+ - ** GoogleMaps:** Avoid losing marker reference ([ 406968a] ( https://github.com/nuxt/scripts/commit/406968a ) )
13
+
14
+ ### 📖 Documentation
15
+
16
+ - Fix broken link ([ #208 ] ( https://github.com/nuxt/scripts/pull/208 ) )
17
+ - Fix broken link ([ #211 ] ( https://github.com/nuxt/scripts/pull/211 ) )
18
+
19
+ ### 🏡 Chore
20
+
21
+ - Bump deps ([ 9a2b44a] ( https://github.com/nuxt/scripts/commit/9a2b44a ) )
22
+ - Type issues ([ 65c3ea4] ( https://github.com/nuxt/scripts/commit/65c3ea4 ) )
23
+
24
+ ### ❤️ Contributors
25
+
26
+ - Harlan < harlan@harlanzw.com >
27
+ - Alfarish Fizikri < alfarishfizikri@gmail.com >
28
+ - Daniel Roe < daniel@roe.dev >
29
+
4
30
## v0.7.0
5
31
6
32
[ compare changes] ( https://github.com/nuxt/scripts/compare/v0.6.8...v0.7.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/scripts" ,
3
3
"type" : " module" ,
4
- "version" : " 0.7.0 " ,
4
+ "version" : " 0.7.1 " ,
5
5
"packageManager" : " pnpm@9.7.1" ,
6
6
"description" : " Load third-party scripts with better performance, privacy and DX in Nuxt Apps." ,
7
7
"author" : {
You can’t perform that action at this time.
0 commit comments