We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee303a commit edb1f00Copy full SHA for edb1f00
2 files changed
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## v1.11.0 - 17/02/2019
6
+
7
+### Added
8
9
+- Support for Corporate Contact JSON-LD [PR #40](https://github.com/garmeeh/next-seo/pull/40)
10
11
## v1.10.1 - 13/02/2019
12
13
### Added
package.json
@@ -1,6 +1,6 @@
1
{
"name": "next-seo",
- "version": "1.10.1",
+ "version": "1.11.0",
"description": "SEO plugin for Next.js projects",
"main": "dist/index.js",
"files": [
0 commit comments