From f82ab32ddf017953f7a7c8a0c41be9b9a2c14f4e Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Wed, 29 May 2019 18:55:29 +0200 Subject: [PATCH] chore(release): Publish - gatsby-remark-copy-linked-files@2.0.13 --- packages/gatsby-remark-copy-linked-files/CHANGELOG.md | 6 ++++++ packages/gatsby-remark-copy-linked-files/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md b/packages/gatsby-remark-copy-linked-files/CHANGELOG.md index 9c99193eecb62..9a64148af41b2 100644 --- a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md +++ b/packages/gatsby-remark-copy-linked-files/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. +## [2.0.13](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-copy-linked-files/compare/gatsby-remark-copy-linked-files@2.0.12...gatsby-remark-copy-linked-files@2.0.13) (2019-05-29) + +### Features + +- **gatsby-remark-copy-linked-files:** handle flash object tags ([#14381](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-copy-linked-files/issues/14381)) ([ef173e2](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-copy-linked-files/commit/ef173e2)) + ## [2.0.12](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-copy-linked-files/compare/gatsby-remark-copy-linked-files@2.0.11...gatsby-remark-copy-linked-files@2.0.12) (2019-04-23) ### Bug Fixes diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json index b5cd34748e114..77071d5e37b6c 100644 --- a/packages/gatsby-remark-copy-linked-files/package.json +++ b/packages/gatsby-remark-copy-linked-files/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-copy-linked-files", "description": "Find files which are linked to from markdown and copy them to the public directory", - "version": "2.0.12", + "version": "2.0.13", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues"