Skip to content

Commit de1fe2c

Browse files
chore(main): release plugin-gatsby 2.1.0
1 parent 77b5aa4 commit de1fe2c

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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+
* image cdn support ([#303](https://github.com/netlify/netlify-plugin-gatsby/issues/303)) ([77b5aa4](https://github.com/netlify/netlify-plugin-gatsby/commit/77b5aa4a3b0e8d0ecbd6bf2935d4348324066ce0))
9+
10+
11+
### Bug Fixes
12+
13+
* **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))
14+
315
### [2.0.4](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v2.0.3...plugin-gatsby-v2.0.4) (2022-02-23)
416

517

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)