Skip to content

Commit 06db812

Browse files
chore(release): v3.0.2
1 parent 4630b75 commit 06db812

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v3.0.2
6+
7+
[compare changes](https://undefined/undefined/compare/v3.0.1...v3.0.2)
8+
9+
### 🩹 Fixes
10+
11+
- Insert noscript tag in body open (#142)
12+
13+
### 🏡 Chore
14+
15+
- Update deps (#141)
16+
- Disable module when head as function (#143)
17+
18+
### ❤️ Contributors
19+
20+
- Ricardo Gobbo De Souza ([@ricardogobbosouza](http://github.com/ricardogobbosouza))
21+
522
## v3.0.1
623

724
[compare changes](https://undefined/undefined/compare/v3.0.0...v3.0.1)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/google-fonts",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Google Fonts module for Nuxt",
55
"repository": "nuxt-modules/google-fonts",
66
"license": "MIT",
@@ -50,4 +50,4 @@
5050
"access": "public"
5151
},
5252
"packageManager": "pnpm@8.6.9"
53-
}
53+
}

0 commit comments

Comments
 (0)