From cda07775d21a547dd4cd513aeeb4a90b3944f504 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Thu, 2 Jun 2022 22:01:00 +0200 Subject: [PATCH] chore(release): Publish - gatsby-plugin-mdx@3.15.2 --- packages/gatsby-plugin-mdx/CHANGELOG.md | 6 ++++++ packages/gatsby-plugin-mdx/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-mdx/CHANGELOG.md b/packages/gatsby-plugin-mdx/CHANGELOG.md index cb5cf06cd7b98..c04046ac0dbc9 100644 --- a/packages/gatsby-plugin-mdx/CHANGELOG.md +++ b/packages/gatsby-plugin-mdx/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [3.15.2](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-mdx) (2022-06-02) + +#### Bug Fixes + +- don't allow JS frontmatter by default [#35830](https://github.com/gatsbyjs/gatsby/issues/35830) [#35832](https://github.com/gatsbyjs/gatsby/issues/35832) ([e916cf8](https://github.com/gatsbyjs/gatsby/commit/e916cf8a0e24b9c870edd3d089611e2adb899d4e)) + ### [3.15.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-mdx) (2022-06-01) **Note:** Version bump only for package gatsby-plugin-mdx diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index d293bdfa2f5b7..5529a107be307 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-mdx", - "version": "3.15.1", + "version": "3.15.2", "description": "MDX integration for Gatsby", "main": "index.js", "license": "MIT",