From d36eceefc1696461b1fb20bfe3157263834a7281 Mon Sep 17 00:00:00 2001 From: Ricardo Gobbo de Souza Date: Thu, 10 Sep 2020 10:52:52 -0300 Subject: [PATCH] chore(release): 1.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25576c2..b570ac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.0.2](https://github.com/nuxt-community/google-fonts/compare/v1.0.1...v1.0.2) (2020-09-10) + + +### Bug Fixes + +* resolve inject css ([6b1319e](https://github.com/nuxt-community/google-fonts/commit/6b1319e3b0f93e50624b2aa4550c05d0475b89cd)) + ### [1.0.1](https://github.com/nuxt-community/google-fonts/compare/v1.0.0...v1.0.1) (2020-09-09) diff --git a/package.json b/package.json index f7bfbf3..75cc6a2 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/google-fonts", - "version": "1.0.1", + "version": "1.0.2", "description": "Google Fonts module for NuxtJS", "repository": "nuxt-community/google-fonts", "license": "MIT",