From f5a9836ac8b4d1e9c4f2abc26a10e60ca51dadb3 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Thu, 6 Dec 2018 17:03:50 +0100 Subject: [PATCH] chore(release): Publish - gatsby-plugin-sass@2.0.7 - gatsby-remark-prismjs@3.1.4 - gatsby-source-drupal@3.0.13 - gatsby-source-filesystem@2.0.11 - gatsby-source-wordpress@3.0.19 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaf044cbf055b..5c7dc29a163f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.0.11](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem/compare/gatsby-source-filesystem@2.0.10...gatsby-source-filesystem@2.0.11) (2018-12-06) + +### Bug Fixes + +- **gatsby-source-filesystem:** allow empty password for basic auth in createRemoteFileNode ([#10280](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem/issues/10280)) ([1d4e057](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem/commit/1d4e057)) + ## [2.0.10](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem/compare/gatsby-source-filesystem@2.0.9...gatsby-source-filesystem@2.0.10) (2018-11-29) diff --git a/package.json b/package.json index d2678655b8fb2..f3ac82948b148 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-filesystem", "description": "Gatsby plugin which parses files within a directory for further parsing by other plugins", - "version": "2.0.10", + "version": "2.0.11", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues"