Skip to content

Commit

Permalink
v1.7.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
garmeeh authored Dec 28, 2018
1 parent 5d619a7 commit 300b394
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v1.7.0 - 28-12-2018

### Added

- Support for Breadcrumb JSON-LD [PR #30](https://github.com/garmeeh/next-seo/pull/30)

## v1.6.0 - 24-12-2018

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ export default () => (

```jsx
import React from 'react';
import { BreadcrumbJsonLb } from 'next-seo';
import { BreadcrumbJsonLd } from 'next-seo';

export default () => (
<>
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-seo",
"version": "1.6.0",
"version": "1.7.0",
"description": "SEO plugin for Next.js projects",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 300b394

Please sign in to comment.