From 471f7451f33bdaabfcb05c1a90239852ba8ca19a Mon Sep 17 00:00:00 2001 From: Ricardo Gobbo de Souza Date: Tue, 25 Oct 2022 11:27:49 -0300 Subject: [PATCH] chore(release): 3.0.0-1 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecb4601..e0baa92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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. +## [3.0.0-1](https://github.com/nuxt-community/google-fonts/compare/v3.0.0-0...v3.0.0-1) (2022-10-25) + + +### Features + +* Enable noscript tag +* Force override fonts when has changed +* Encoded family name + +## Chore + +* Update `google-fonts-helper` +* Update `@nuxt/kit` +* Migrate to pnpm + ## [3.0.0-0](https://github.com/nuxt-community/google-fonts/compare/v2.0.0...v3.0.0-0) (2022-07-22) diff --git a/package.json b/package.json index 6eb6421..eef124e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/google-fonts", - "version": "3.0.0-0", + "version": "3.0.0-1", "description": "Google Fonts module for Nuxt", "repository": "nuxt-community/google-fonts", "license": "MIT",