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

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bell committed Feb 25, 2021
1 parent f9e17b5 commit 976f7ae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.0](https://github.com/joe-bell/next-google-fonts/compare/v1.2.1...v1.3.0) (2020-02-25)

### Features

- add named export of `GoogleFonts` ([f9e17b5](https://github.com/joe-bell/next-google-fonts/commit/f9e17b52d2cfd66ee3be5a1a1f77810b0d1fd77e))

## [1.2.1](https://github.com/joe-bell/next-google-fonts/compare/v1.2.0...v1.2.1) (2020-07-08)

### Reverts

- remove react-google-fonts until tested ([f9096dd](https://github.com/joe-bell/next-google-fonts/commit/f9096dd68d11aa10a473e007ae244b766d0f6c63))

# [1.2.0](https://github.com/joe-bell/next-google-fonts/compare/v1.1.0...v1.2.0) (2020-07-08)
## [1.2.0](https://github.com/joe-bell/next-google-fonts/compare/v1.1.0...v1.2.0) (2020-07-08)

### Features

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ See [joebell.co.uk](https://joebell.co.uk) for a working example.
// components/head.js
import * as React from "react";
import NextHead from "next/head";
import GoogleFonts from "next-google-fonts";
import { GoogleFonts } from "next-google-fonts";

export const Head = ({ children, title }) => (
<React.Fragment>
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": "1.2.1",
"version": "1.3.0",
"description": "Load Google Fonts Asynchronously in Next.js",
"source": "src/index.tsx",
"main": "dist/index.js",
Expand Down

0 comments on commit 976f7ae

Please sign in to comment.