Skip to content

Commit b457af8

Browse files
erezrokahascorbic
andauthored
chore(main): release plugin-gatsby 2.0.3 (#288)
* chore(main): release plugin-gatsby 2.0.3 * chore: format * chore: move changelog Co-authored-by: Matt Kane <[email protected]>
1 parent ed191e6 commit b457af8

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-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.2"
2+
"plugin": "2.0.3"
33
}

CHANGELOG.md renamed to plugin/CHANGELOG.md

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

3+
### [2.0.3](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v2.0.2...plugin-gatsby-v2.0.3) (2022-02-21)
4+
5+
### Bug Fixes
6+
7+
- **deps:** update dependency @netlify/functions to ^0.11.1
8+
([#279](https://github.com/netlify/netlify-plugin-gatsby/issues/279))
9+
([f2272b9](https://github.com/netlify/netlify-plugin-gatsby/commit/f2272b9033570038814b05a704a3504e4811f403))
10+
- **deps:** update dependency @netlify/functions to v1
11+
([#280](https://github.com/netlify/netlify-plugin-gatsby/issues/280))
12+
([e9faecc](https://github.com/netlify/netlify-plugin-gatsby/commit/e9faecc79b24d5432409aa5dfbd3d19e15007901))
13+
- **deps:** update dependency cookie to v0.4.2
14+
([#263](https://github.com/netlify/netlify-plugin-gatsby/issues/263))
15+
([d031e20](https://github.com/netlify/netlify-plugin-gatsby/commit/d031e201056847fed03c58c0710210dfd46d6fb5))
16+
- support gatsby base dirs outside the site root
17+
([#281](https://github.com/netlify/netlify-plugin-gatsby/issues/281))
18+
([ccbec68](https://github.com/netlify/netlify-plugin-gatsby/commit/ccbec681bfce40598ca2a91945f29ee35b04603c))
19+
320
## [2.0.0](https://github.com/netlify/netlify-plugin-gatsby/compare/v2.0.0-zz-beta.0...v2.0.0) (2022-01-31)
421

522
Version 2 of the Essential Gatsby build plugin adds support for the new render

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.1",
3+
"version": "2.0.3",
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)