Skip to content

Commit 48e4244

Browse files
committed
chore(release): v0.7.1
1 parent 65c3ea4 commit 48e4244

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

33

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+
430
## v0.7.0
531

632
[compare changes](https://github.com/nuxt/scripts/compare/v0.6.8...v0.7.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxt/scripts",
33
"type": "module",
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"packageManager": "pnpm@9.7.1",
66
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
77
"author": {

0 commit comments

Comments
 (0)