From 27a14402dfba5f9f1b7c2143026c72ae2496e326 Mon Sep 17 00:00:00 2001 From: joe-bell Date: Mon, 15 Mar 2021 09:39:50 +0200 Subject: [PATCH] v2.1.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2755d6c..690b61e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.0](https://github.com/joe-bell/next-google-fonts/compare/v2.0.0...v2.1.0) (2020-03-15) + +### Features + +- add "no-js" fallback ([4f45eb2](https://github.com/joe-bell/next-google-fonts/commit/4f45eb2974f8829c56b9d7cd2a72f2989693bd42)) + > In the unlikely event that a visitor has intentionally disabled JavaScript, fall back to the original method. The good news is that, although this is a render-blocking request, it can still make use of the preconnect which makes it marginally faster than the default. + > + > [Harry Roberts](https://csswizardry.com/2020/05/the-fastest-google-fonts/#google-fonts-async-snippet) + ## [2.0.0](https://github.com/joe-bell/next-google-fonts/compare/v1.3.0...v2.0.0) (2020-02-26) ### Refactor diff --git a/package.json b/package.json index 0f990a6..e1462f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-google-fonts", - "version": "2.0.0", + "version": "2.1.0", "description": "Load Google Fonts Asynchronously in Next.js", "source": "src/index.tsx", "main": "dist/index.js",