diff --git a/CHANGELOG.md b/CHANGELOG.md index 344cd59c..1059b538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/prismicio/prismic-gatsby/compare/v5.0.4...v5.1.0) (2021-11-05) + + +### Features + +* type Rich Text and Title fields with custom PrismicStructuredText scalar ([#473](https://github.com/prismicio/prismic-gatsby/issues/473)) ([5737479](https://github.com/prismicio/prismic-gatsby/commit/5737479f8c113341214da7b432bf70e590e294f7)) + + + + + ## [5.0.4](https://github.com/prismicio/prismic-gatsby/compare/v5.0.3...v5.0.4) (2021-11-03) diff --git a/lerna.json b/lerna.json index 106741b8..2c3375c1 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "5.0.4", + "version": "5.1.0", "command": { "publish": { "conventionalCommits": true diff --git a/packages/gatsby-source-prismic/CHANGELOG.md b/packages/gatsby-source-prismic/CHANGELOG.md index 60377fa6..b7192fcc 100644 --- a/packages/gatsby-source-prismic/CHANGELOG.md +++ b/packages/gatsby-source-prismic/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/prismicio/prismic-gatsby/compare/v5.0.4...v5.1.0) (2021-11-05) + + +### Features + +* type Rich Text and Title fields with custom PrismicStructuredText scalar ([#473](https://github.com/prismicio/prismic-gatsby/issues/473)) ([5737479](https://github.com/prismicio/prismic-gatsby/commit/5737479f8c113341214da7b432bf70e590e294f7)) + + + + + ## [5.0.4](https://github.com/prismicio/prismic-gatsby/compare/v5.0.3...v5.0.4) (2021-11-03) diff --git a/packages/gatsby-source-prismic/package.json b/packages/gatsby-source-prismic/package.json index 14beb07d..4c1128b5 100644 --- a/packages/gatsby-source-prismic/package.json +++ b/packages/gatsby-source-prismic/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-prismic", - "version": "5.0.4", + "version": "5.1.0", "description": "Gatsby source plugin for building websites using Prismic as a data source", "keywords": [ "gatsby",