diff --git a/CHANGELOG.md b/CHANGELOG.md index 96539cf541cef..06ee2c86f81a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.1.0-next.0...gatsby-source-filesystem@3.1.0-next.1) (2021-02-26) + +**Note:** Version bump only for package gatsby-source-filesystem + # [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.0.0-next.4...gatsby-source-filesystem@3.1.0-next.0) (2021-02-26) **Note:** Version bump only for package gatsby-source-filesystem diff --git a/package.json b/package.json index befaba49698b8..9dc1b5e5d7673 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-filesystem", "description": "Gatsby source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.", - "version": "3.1.0-next.0", + "version": "3.1.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.1.0-next.0", + "gatsby-core-utils": "^2.1.0-next.1", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", @@ -24,7 +24,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^1.1.0-next.0", + "babel-preset-gatsby-package": "^1.1.0-next.1", "cross-env": "^7.0.3", "msw": "^0.25.0" },