From d7edf95b2e5b497b5f9db50628567d4adb29a6f2 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Fri, 10 Jun 2022 18:13:36 +0200 Subject: [PATCH] chore(release): Publish - gatsby-plugin-mdx@2.14.2 --- packages/gatsby-plugin-mdx/CHANGELOG.md | 7 +++++++ packages/gatsby-plugin-mdx/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-mdx/CHANGELOG.md b/packages/gatsby-plugin-mdx/CHANGELOG.md index 7cfc3562fd1cf..ac0ad56603d0a 100644 --- a/packages/gatsby-plugin-mdx/CHANGELOG.md +++ b/packages/gatsby-plugin-mdx/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [2.14.2](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-mdx) (2022-06-10) + +#### Bug Fixes + +- Do not leak frontmatter into page [#35859](https://github.com/gatsbyjs/gatsby/issues/35859) [#35913](https://github.com/gatsbyjs/gatsby/issues/35913) ([2d00ea0](https://github.com/gatsbyjs/gatsby/commit/2d00ea092d50a0ff57b0cb4ca9569d484764b084)) +- don't allow JS frontmatter by default [#35830](https://github.com/gatsbyjs/gatsby/issues/35830) [#35834](https://github.com/gatsbyjs/gatsby/issues/35834) ([ff94ed5](https://github.com/gatsbyjs/gatsby/commit/ff94ed511a82ec537c0e7e94d9d811cd9e8d7fc7)) + ### [2.14.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-mdx) (2022-06-02) #### Bug Fixes diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index 5261679010c73..8637087748846 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-mdx", - "version": "2.14.1", + "version": "2.14.2", "description": "MDX integration for Gatsby", "main": "index.js", "license": "MIT",