Skip to content

Commit a158481

Browse files
chore(main): release plugin-gatsby 3.1.0
1 parent df93f0f commit a158481

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-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": "3.0.0"
2+
"plugin": "3.1.0"
33
}

plugin/CHANGELOG.md

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

3+
## [3.1.0](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.0.0...plugin-gatsby-v3.1.0) (2022-05-19)
4+
5+
6+
### Features
7+
8+
* enable API, SSR and DSG functions individually as required ([#375](https://github.com/netlify/netlify-plugin-gatsby/issues/375)) ([aa36bc2](https://github.com/netlify/netlify-plugin-gatsby/commit/aa36bc230898a8a43aeaf6175173ef02256bc338))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency cookie to ^0.5.0 ([#356](https://github.com/netlify/netlify-plugin-gatsby/issues/356)) ([40f0f85](https://github.com/netlify/netlify-plugin-gatsby/commit/40f0f85616bf7cb91224936bca065304727b7d83))
14+
* **deps:** update dependency fs-extra to v10.1.0 ([#357](https://github.com/netlify/netlify-plugin-gatsby/issues/357)) ([c0c9bfc](https://github.com/netlify/netlify-plugin-gatsby/commit/c0c9bfc00b8ffeca76b30afeb26f84d7506f6c52))
15+
* **deps:** update dependency semver to v7.3.6 ([#347](https://github.com/netlify/netlify-plugin-gatsby/issues/347)) ([93d951b](https://github.com/netlify/netlify-plugin-gatsby/commit/93d951b5ab20f9cd0236aa596ede514676ad380c))
16+
* **deps:** update dependency semver to v7.3.7 ([#354](https://github.com/netlify/netlify-plugin-gatsby/issues/354)) ([a3f9b23](https://github.com/netlify/netlify-plugin-gatsby/commit/a3f9b239f97d03f1acf8033b919b729e9310167c))
17+
318
## [3.0.0](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v2.1.4...plugin-gatsby-v3.0.0) (2022-04-04)
419

520

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