From eafaf8bd0cb7345933089ee11bdc0316e428164a Mon Sep 17 00:00:00 2001 From: Gary Meehan Date: Sun, 23 Dec 2018 15:50:28 +0000 Subject: [PATCH] Bump to 1.5.0 (#28) --- .all-contributorsrc | 12 ++++++++++++ CHANGELOG.md | 6 ++++++ README.md | 6 +++--- package.json | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 61a4955b..a952943c 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -50,6 +50,18 @@ "example", "ideas" ] + }, + { + "login": "timReynolds", + "name": "Tim Reynolds", + "avatar_url": "https://avatars1.githubusercontent.com/u/168870?v=4", + "profile": "http://timothyreynolds.co.uk", + "contributions": [ + "code", + "test", + "example", + "doc" + ] } ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c0a9591..85c8b207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## v1.5.0 - 23-12-2018 + +### Added + +- Support for Logo JSON-LD [PR #25](https://github.com/garmeeh/next-seo/pull/25) + ## v1.4.0 - 22-12-2018 ### Added diff --git a/README.md b/README.md index ffbad4bb..6fa70e4d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Next SEO -[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors) Next SEO is a plug in that makes managing your SEO easier in Next.js projects. @@ -733,8 +733,8 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds -| [
Gary Meehan](https://www.garymeehan.ie/)
[💻](https://github.com/garmeeh/next-seo/commits?author=garmeeh "Code") [📖](https://github.com/garmeeh/next-seo/commits?author=garmeeh "Documentation") [💡](#example-garmeeh "Examples") [⚠️](https://github.com/garmeeh/next-seo/commits?author=garmeeh "Tests") | [
Jerome Fitzgerald](https://www.jeromefitzgerald.com/)
[💻](https://github.com/garmeeh/next-seo/commits?author=JeromeFitz "Code") | [
erick B](https://github.com/erickeno)
[💻](https://github.com/garmeeh/next-seo/commits?author=erickeno "Code") | [
Erik Condie](https://www.erikcondie.com)
[💻](https://github.com/garmeeh/next-seo/commits?author=econdie "Code") [⚠️](https://github.com/garmeeh/next-seo/commits?author=econdie "Tests") [💡](#example-econdie "Examples") [🤔](#ideas-econdie "Ideas, Planning, & Feedback") | -| :---: | :---: | :---: | :---: | +| [
Gary Meehan](https://www.garymeehan.ie/)
[💻](https://github.com/garmeeh/next-seo/commits?author=garmeeh "Code") [📖](https://github.com/garmeeh/next-seo/commits?author=garmeeh "Documentation") [💡](#example-garmeeh "Examples") [⚠️](https://github.com/garmeeh/next-seo/commits?author=garmeeh "Tests") | [
Jerome Fitzgerald](https://www.jeromefitzgerald.com/)
[💻](https://github.com/garmeeh/next-seo/commits?author=JeromeFitz "Code") | [
erick B](https://github.com/erickeno)
[💻](https://github.com/garmeeh/next-seo/commits?author=erickeno "Code") | [
Erik Condie](https://www.erikcondie.com)
[💻](https://github.com/garmeeh/next-seo/commits?author=econdie "Code") [⚠️](https://github.com/garmeeh/next-seo/commits?author=econdie "Tests") [💡](#example-econdie "Examples") [🤔](#ideas-econdie "Ideas, Planning, & Feedback") | [
Tim Reynolds](http://timothyreynolds.co.uk)
[💻](https://github.com/garmeeh/next-seo/commits?author=timReynolds "Code") [⚠️](https://github.com/garmeeh/next-seo/commits?author=timReynolds "Tests") [💡](#example-timReynolds "Examples") [📖](https://github.com/garmeeh/next-seo/commits?author=timReynolds "Documentation") | +| :---: | :---: | :---: | :---: | :---: | diff --git a/package.json b/package.json index 446c9de1..2c3bcef1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-seo", - "version": "1.4.0", + "version": "1.5.0", "description": "SEO plugin for Next.js projects", "main": "dist/index.js", "files": [