Skip to content

Commit d7edf95

Browse files
committed
chore(release): Publish
- [email protected]
1 parent 2d00ea0 commit d7edf95

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/gatsby-plugin-mdx/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [2.14.2](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-mdx) (2022-06-10)
7+
8+
#### Bug Fixes
9+
10+
- 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))
11+
- 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))
12+
613
### [2.14.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-plugin-mdx) (2022-06-02)
714

815
#### Bug Fixes

packages/gatsby-plugin-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "2.14.1",
3+
"version": "2.14.2",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)