-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1f0120
commit eedb5ef
Showing
2 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,30 @@ | |
|
||
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. | ||
|
||
## v3.2.0 | ||
|
||
[compare changes](https://github.com/nuxt-modules/google-fonts/compare/v3.1.3...v3.2.0) | ||
|
||
### 🚀 Enhancements | ||
|
||
- Update `google-fonts-helper` ([#184](https://github.com/nuxt-modules/google-fonts/pull/184)) | ||
|
||
### 🩹 Fixes | ||
|
||
- Update ModuleOptions interface in module.ts ([#179](https://github.com/nuxt-modules/google-fonts/pull/179)) | ||
|
||
### 🏡 Chore | ||
|
||
- **release:** V3.1.3 ([787efbf](https://github.com/nuxt-modules/google-fonts/commit/787efbf)) | ||
- Update commands ([5743728](https://github.com/nuxt-modules/google-fonts/commit/5743728)) | ||
- Test bundler module resolution ([#176](https://github.com/nuxt-modules/google-fonts/pull/176)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Ricardo Gobbo De Souza ([@ricardogobbosouza](http://github.com/ricardogobbosouza)) | ||
- Mehmet <[email protected]> | ||
- Daniel Roe ([@danielroe](http://github.com/danielroe)) | ||
|
||
## v3.1.3 | ||
|
||
[compare changes](https://github.com/nuxt-modules/google-fonts/compare/v3.1.2...v3.1.3) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nuxtjs/google-fonts", | ||
"version": "3.1.3", | ||
"version": "3.2.0", | ||
"description": "Google Fonts module for Nuxt", | ||
"repository": "nuxt-modules/google-fonts", | ||
"license": "MIT", | ||
|
@@ -50,4 +50,4 @@ | |
"access": "public" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |