Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bell committed Mar 15, 2021
1 parent 4f45eb2 commit 27a1440
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 27a1440

Please sign in to comment.