From 44b839bdcbb9e91d2635be0ee9bc7ada98cded8c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 Jun 2020 01:12:56 +0000 Subject: [PATCH] chore(release): 1.6.0 [skip ci] ## [1.6.0](https://github.com/ifiokjr/gatsby-plugin-next-seo/compare/v1.5.1...v1.6.0) (2020-06-23) ### Features * enable nested `GatsbySeo` components to exist ([#22](https://github.com/ifiokjr/gatsby-plugin-next-seo/issues/22)) ([a4f5716](https://github.com/ifiokjr/gatsby-plugin-next-seo/commit/a4f5716b9899d01b19123cfbce39a24fd9e451da)) ### Bug Fixes * update dependencies ([9eca06d](https://github.com/ifiokjr/gatsby-plugin-next-seo/commit/9eca06d8458299d53b1057e2d695dab17221b3e3)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e40069..7e36ff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.6.0](https://github.com/ifiokjr/gatsby-plugin-next-seo/compare/v1.5.1...v1.6.0) (2020-06-23) + + +### Features + +* enable nested `GatsbySeo` components to exist ([#22](https://github.com/ifiokjr/gatsby-plugin-next-seo/issues/22)) ([a4f5716](https://github.com/ifiokjr/gatsby-plugin-next-seo/commit/a4f5716b9899d01b19123cfbce39a24fd9e451da)) + + +### Bug Fixes + +* update dependencies ([9eca06d](https://github.com/ifiokjr/gatsby-plugin-next-seo/commit/9eca06d8458299d53b1057e2d695dab17221b3e3)) + ### [1.5.1](https://github.com/ifiokjr/gatsby-plugin-next-seo/compare/v1.5.0...v1.5.1) (2020-05-18) diff --git a/package.json b/package.json index af96eb8..8164d1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-next-seo", - "version": "1.5.1", + "version": "1.6.0", "description": "SEO plugin for Gatsby projects", "keywords": [ "gatsby",