From b82d1958c02e6044dd538437a65d662e97d47efe Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Sat, 5 Aug 2017 12:09:41 -0700 Subject: [PATCH] Publish - gatsby-plugin-catch-links@1.0.2 --- packages/gatsby-plugin-catch-links/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-catch-links/package.json b/packages/gatsby-plugin-catch-links/package.json index c9e7b638752d9..2598e408fc60b 100644 --- a/packages/gatsby-plugin-catch-links/package.json +++ b/packages/gatsby-plugin-catch-links/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-catch-links", - "version": "1.0.1", + "version": "1.0.2", "description": "Intercepts local links from markdown and other non-react pages and does a client-side pushState to avoid the browser having to refresh the page.", "main": "index.js", "scripts": {