From 9a75affdd4f8970d4c5a614140f06210adb10d5f Mon Sep 17 00:00:00 2001 From: Dustin Schau Date: Tue, 9 Apr 2019 15:46:57 -0700 Subject: [PATCH] chore(release): Publish - gatsby-source-drupal@3.1.0 --- packages/gatsby-source-drupal/CHANGELOG.md | 6 ++++++ packages/gatsby-source-drupal/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index 7ab96a6d52f10..cecfc45c57b99 100644 --- a/packages/gatsby-source-drupal/CHANGELOG.md +++ b/packages/gatsby-source-drupal/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. +# [3.1.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-drupal/compare/gatsby-source-drupal@3.0.34...gatsby-source-drupal@3.1.0) (2019-04-09) + +### Features + +- **gatsby-source-drupal:** added Request Headers and GET Request Params options ([#12180](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-drupal/issues/12180)) ([239101e](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-drupal/commit/239101e)) + ## [3.0.34](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-drupal/compare/gatsby-source-drupal@3.0.33...gatsby-source-drupal@3.0.34) (2019-04-08) **Note:** Version bump only for package gatsby-source-drupal diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index 1f91d0acde431..156af8fda96f8 100644 --- a/packages/gatsby-source-drupal/package.json +++ b/packages/gatsby-source-drupal/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-drupal", "description": "Gatsby source plugin for building websites using the Drupal CMS as a data source", - "version": "3.0.34", + "version": "3.1.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues"