Skip to content

Commit 8a30f09

Browse files
chore(main): release plugin-gatsby 2.1.0 (#304)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent d071712 commit 8a30f09

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"plugin": "2.0.4"
2+
"plugin": "2.1.0"
33
}

plugin/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v2.0.4...plugin-gatsby-v2.1.0) (2022-03-02)
4+
5+
6+
### Features
7+
8+
* add support for `/_gatsby/file/*` redirects ([#305](https://github.com/netlify/netlify-plugin-gatsby/issues/305)) ([d071712](https://github.com/netlify/netlify-plugin-gatsby/commit/d07171265f41a527405a280e618934a3c243803e))
9+
* image cdn support ([#303](https://github.com/netlify/netlify-plugin-gatsby/issues/303)) ([77b5aa4](https://github.com/netlify/netlify-plugin-gatsby/commit/77b5aa4a3b0e8d0ecbd6bf2935d4348324066ce0))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** update dependency fs-extra to v10.0.1 ([#299](https://github.com/netlify/netlify-plugin-gatsby/issues/299)) ([2e0c8fb](https://github.com/netlify/netlify-plugin-gatsby/commit/2e0c8fb116a6c9af19cbcb96d92f4cfb6963bf84))
15+
316
### [2.0.4](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v2.0.3...plugin-gatsby-v2.0.4) (2022-02-23)
417

518

plugin/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-gatsby",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify",
55
"source": "src/index.ts",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)