From 90d1b93c1bcd8ef7a4b8fe5c011aa80beeb1949a Mon Sep 17 00:00:00 2001 From: Christopher Biscardi Date: Thu, 17 Jan 2019 17:02:03 -0800 Subject: [PATCH] v0.3.5 --- packages/gatsby-plugin-mdx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index b78d8e7827ceb..56a36598f526d 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-mdx", - "version": "0.3.4", + "version": "0.3.5", "description": "mdx integration for gatsby", "main": "index.js", "license": "MIT",