From bd03bcb733cd6d2a3a8ef127cae6ce8fb6473457 Mon Sep 17 00:00:00 2001 From: Gary Meehan Date: Sun, 2 Feb 2020 09:48:39 +0000 Subject: [PATCH] v4.0.0 --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb52f0ae..667296c7 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,7 @@ From now on all of your pages will have the defaults above applied. | `canonical` | string | Set the page canonical url | | `mobileAlternate.media` | string | Set what screen size the mobile website should be served from | | `mobileAlternate.href` | string | Set the mobile page alternate url | -| `languageAlternates` | array | Set the language of the alternate urls. Expects array of objects with the shape: `{ hrefLang: string, href: string }` | +| `languageAlternates` | array | Set the language of the alternate urls. Expects array of objects with the shape: `{ hrefLang: string, href: string }` | | `additionalMetaTags` | array | Allows you to add a meta tag that is not documented here. [More Info](#additional-meta-tags) | | `twitter.cardType` | string | The card type, which will be one of `summary`, `summary_large_image`, `app`, or `player` | | `twitter.site` | string | @username for the website used in the card footer | @@ -1428,6 +1428,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds + This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome! diff --git a/package.json b/package.json index fa920c6c..1aed85ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-seo", - "version": "3.4.0", + "version": "4.0.0", "description": "SEO plugin for Next.js projects", "main": "lib/index.js", "files": [