Skip to content

Commit eafaf8b

Browse files
authored
Bump to 1.5.0 (#28)
1 parent ca16cc1 commit eafaf8b

4 files changed

Lines changed: 22 additions & 4 deletions

File tree

.all-contributorsrc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,18 @@
5050
"example",
5151
"ideas"
5252
]
53+
},
54+
{
55+
"login": "timReynolds",
56+
"name": "Tim Reynolds",
57+
"avatar_url": "https://avatars1.githubusercontent.com/u/168870?v=4",
58+
"profile": "http://timothyreynolds.co.uk",
59+
"contributions": [
60+
"code",
61+
"test",
62+
"example",
63+
"doc"
64+
]
5365
}
5466
]
5567
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v1.5.0 - 23-12-2018
6+
7+
### Added
8+
9+
- Support for Logo JSON-LD [PR #25](https://github.com/garmeeh/next-seo/pull/25)
10+
511
## v1.4.0 - 22-12-2018
612

713
### Added

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Next SEO
22

3-
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors)
44

55
Next SEO is a plug in that makes managing your SEO easier in Next.js projects.
66

@@ -733,8 +733,8 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
733733

734734
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
735735
<!-- prettier-ignore -->
736-
| [<img src="https://avatars1.githubusercontent.com/u/13333582?v=4" width="100px;"/><br /><sub><b>Gary Meehan</b></sub>](https://www.garymeehan.ie/)<br />[💻](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") | [<img src="https://avatars3.githubusercontent.com/u/3099369?v=4" width="100px;"/><br /><sub><b>Jerome Fitzgerald</b></sub>](https://www.jeromefitzgerald.com/)<br />[💻](https://github.com/garmeeh/next-seo/commits?author=JeromeFitz "Code") | [<img src="https://avatars0.githubusercontent.com/u/3820632?v=4" width="100px;"/><br /><sub><b>erick B</b></sub>](https://github.com/erickeno)<br />[💻](https://github.com/garmeeh/next-seo/commits?author=erickeno "Code") | [<img src="https://avatars2.githubusercontent.com/u/15269328?v=4" width="100px;"/><br /><sub><b>Erik Condie</b></sub>](https://www.erikcondie.com)<br />[💻](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") |
737-
| :---: | :---: | :---: | :---: |
736+
| [<img src="https://avatars1.githubusercontent.com/u/13333582?v=4" width="100px;"/><br /><sub><b>Gary Meehan</b></sub>](https://www.garymeehan.ie/)<br />[💻](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") | [<img src="https://avatars3.githubusercontent.com/u/3099369?v=4" width="100px;"/><br /><sub><b>Jerome Fitzgerald</b></sub>](https://www.jeromefitzgerald.com/)<br />[💻](https://github.com/garmeeh/next-seo/commits?author=JeromeFitz "Code") | [<img src="https://avatars0.githubusercontent.com/u/3820632?v=4" width="100px;"/><br /><sub><b>erick B</b></sub>](https://github.com/erickeno)<br />[💻](https://github.com/garmeeh/next-seo/commits?author=erickeno "Code") | [<img src="https://avatars2.githubusercontent.com/u/15269328?v=4" width="100px;"/><br /><sub><b>Erik Condie</b></sub>](https://www.erikcondie.com)<br />[💻](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") | [<img src="https://avatars1.githubusercontent.com/u/168870?v=4" width="100px;"/><br /><sub><b>Tim Reynolds</b></sub>](http://timothyreynolds.co.uk)<br />[💻](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") |
737+
| :---: | :---: | :---: | :---: | :---: |
738738

739739
<!-- ALL-CONTRIBUTORS-LIST:END -->
740740

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-seo",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "SEO plugin for Next.js projects",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)